Class CacheException

All Implemented Interfaces:
Serializable

public class CacheException extends Exception
A cache-related exception.
See Also:
  • Constructor Details

    • CacheException

      public CacheException()
    • CacheException

      public CacheException(String message)
    • CacheException

      public CacheException(String message, Throwable t)
    • CacheException

      public CacheException(Throwable t)