Class ExecutorException

All Implemented Interfaces:
Serializable

public class ExecutorException extends RuntimeException
Exception related to execution of a task in context.
See Also:
  • Constructor Details

    • ExecutorException

      public ExecutorException(String message)
      Create exception with a descriptive message.
      Parameters:
      message - details about what happened
    • ExecutorException

      public ExecutorException(String message, Throwable cause)
      Create exception with a descriptive message and a cause.
      Parameters:
      message - details about what happened
      cause - original exception caught