Package org.cache2k.processor
Class RestartException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.processor.RestartException
-
- All Implemented Interfaces:
Serializable
public class RestartException extends CacheException
Used by the entry processor to abort the processing to carry out some, possibly asynchronous, processing.- Author:
- Jens Wilke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RestartException()
Used for internal flow control, no need to carry a message or stack trace.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-