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
This is the most general exception the cache throws.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultCacheException(String message) Constructor for the CacheException objectCacheException(String message, Throwable nested) Constructor for the CacheException objectCacheException(Throwable nested) Constructor for the CacheException object
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CacheExceptionpublic CacheException()Default
- 
CacheExceptionConstructor for the CacheException object- Parameters:
- nested- a nested exception
 
- 
CacheExceptionConstructor for the CacheException object- Parameters:
- message- the exception message
 
- 
CacheExceptionConstructor for the CacheException object- Parameters:
- message- the exception message
- nested- a nested exception
 
 
-