Package org.cache2k
Class CustomizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.CustomizationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CacheEventListenerException
,CacheWriterException
public class CustomizationException extends CacheException
Wraps an exception thrown from a cache customization such as theExpiryPolicy
,CacheLoader
orCacheEntryOperationListener
- Author:
- Jens Wilke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomizationException(String message)
CustomizationException(String message, Throwable cause)
CustomizationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-