Class CacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jcs3.access.exception.CacheException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, InvalidArgumentException, InvalidGroupException, InvalidHandleException, ObjectExistsException, ObjectNotFoundException

public class CacheException extends RuntimeException
This is the most general exception the cache throws.
See Also:
  • Constructor Details

    • CacheException

      public CacheException()
      Default
    • CacheException

      public CacheException(Throwable nested)
      Constructor for the CacheException object
      Parameters:
      nested - a nested exception
    • CacheException

      public CacheException(String message)
      Constructor for the CacheException object
      Parameters:
      message - the exception message
    • CacheException

      public CacheException(String message, Throwable nested)
      Constructor for the CacheException object
      Parameters:
      message - the exception message
      nested - a nested exception