Class CacheItemNotFoundException

All Implemented Interfaces:
Serializable

public class CacheItemNotFoundException extends CachingException
The following exception gets thrown when a cache item could not be found
See Also:
  • Constructor Details

    • CacheItemNotFoundException

      public CacheItemNotFoundException(String message)
    • CacheItemNotFoundException

      public CacheItemNotFoundException(String message, Exception e)