Class CacheException

All Implemented Interfaces:
Serializable

public class CacheException extends RuntimeException
Exception thrown when there is an error when creating or getting a Cache, or when manipulating a Cache.
See Also:
  • Constructor Details

    • CacheException

      public CacheException(String message)
      Constructs a CacheException
      Parameters:
      message - the detailed message
    • CacheException

      public CacheException(String message, Throwable cause)
      Constructs a CacheException
      Parameters:
      message - the detailed message
      cause - the cause of the Exception
    • CacheException

      public CacheException(Throwable cause)
      Constructs a CacheException
      Parameters:
      cause - the cause of the Exception