Class IllegalExecutionContextException

  • All Implemented Interfaces:
    Serializable

    public class IllegalExecutionContextException
    extends IOException
    Thrown if a command could not be executed within the requested context. This will always be nested in a management exception, since the MBean operations do not define IOException in their throws clause.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalExecutionContextException

        public IllegalExecutionContextException​(String message)
      • IllegalExecutionContextException

        public IllegalExecutionContextException​(String message,
                                                Throwable cause)