Package com.opencloud.slee.remote
Class IllegalExecutionContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.opencloud.slee.remote.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 Summary
Constructors Constructor Description IllegalExecutionContextException(String message)
IllegalExecutionContextException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-