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()
protected
CacheException(@Nullable String message, @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CacheException(String message)
CacheException(String message, Throwable cause)
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
-
-
-
-
Constructor Detail
-
CacheException
protected CacheException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
CacheException
public CacheException()
-
CacheException
public CacheException(String message)
-
CacheException
public CacheException(Throwable cause)
-
-