Class CacheException

All Implemented Interfaces:
Serializable

public class CacheException extends FormatException
CacheException is the exception thrown when something goes wrong performing a cache operation.
See Also:
  • Constructor Details

    • CacheException

      public CacheException()
    • CacheException

      public CacheException(String s)
    • CacheException

      public CacheException(String s, Throwable cause)
    • CacheException

      public CacheException(Throwable cause)