Package org.cache2k
Class CacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CacheLoaderException
,CustomizationException
,EntryProcessingException
,RestartException
public class CacheException extends RuntimeException
Base class of all cache exceptions.- Author:
- Jens Wilke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description CacheException()
CacheException(String message)
CacheException(String message, Throwable cause)
protected
CacheException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CacheException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-