Package org.cache2k.core
Class EntryAction.ProcessingFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.CustomizationException
-
- org.cache2k.core.EntryAction.ProcessingFailureException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EntryAction<K,V,R>
public static class EntryAction.ProcessingFailureException extends org.cache2k.CustomizationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingFailureException(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
-
ProcessingFailureException
public ProcessingFailureException(Throwable cause)
-
-