Class ExecutionContextException

  • All Implemented Interfaces:
    Serializable

    public class ExecutionContextException
    extends Exception
    Thrown when manipulating the execution context fails.
    Version:
    $Id: 8ba3c58ee4c970e27e43c563056479a7ead431f3 $
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecutionContextException

        public ExecutionContextException​(String message)
        Constructs a new exception with the specified detail message, and no specified cause.
        Parameters:
        message - the detail message
      • ExecutionContextException

        public ExecutionContextException​(String message,
                                         Throwable throwable)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        throwable - the cause of this exception