public class DeadExecutionTaskException extends Exception
Constructor and Description |
---|
DeadExecutionTaskException(String message)
This exception is to be returned to the callback of
Executor.ProposalExecutionRunnable.execute(long)
whenever a task becomes dead during execution. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeadExecutionTaskException(String message)
Executor.ProposalExecutionRunnable.execute(long)
whenever a task becomes dead during execution.