Package org.cache2k.processor
Class EntryProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.processor.EntryProcessingException
-
- All Implemented Interfaces:
Serializable
public class EntryProcessingException extends CacheException
The wrapped exception from entry processing.- Author:
- Jens Wilke
- See Also:
EntryProcessor
,Cache.invoke(Object, EntryProcessor)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryProcessingException(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
-
EntryProcessingException
public EntryProcessingException(Throwable cause)
-
-