Class CacheException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalCacheEngineException, InvalidScopeException

public class CacheException extends CrafterException
Root exception for all cache related exceptions.
Author:
Sumer Jabri, Alfonso Vasquez
See Also:
  • Constructor Details

    • CacheException

      public CacheException()
    • CacheException

      public CacheException(String message, Throwable cause)
    • CacheException

      public CacheException(String message)
    • CacheException

      public CacheException(Throwable cause)