public class ExecutionSegmentTerminationError extends Error
This can be thrown to unravel the call stack without being caught be exception handlers. The cause of this exception will be forwarded to the execution error handler.
This exception should not be caught or thrown by user code. It is used when integrating with an asynchronous execution framework.
Constructor and Description |
---|
ExecutionSegmentTerminationError(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionSegmentTerminationError(Throwable cause)
cause
- the real exception