Class IllegalHandleStateChangeRuntimeException

All Implemented Interfaces:
Serializable, HandleAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class IllegalHandleStateChangeRuntimeException extends ComponentRuntimeException.ComponentHandleRuntimeException
This exception is thrown in case a handle was provided whose reference does not support a given operation.
See Also:
  • Constructor Details

    • IllegalHandleStateChangeRuntimeException

      public IllegalHandleStateChangeRuntimeException(String aMessage, Object aHandle, String aErrorCode)
    • IllegalHandleStateChangeRuntimeException

      public IllegalHandleStateChangeRuntimeException(String aMessage, Object aHandle, Throwable aCause, String aErrorCode)
    • IllegalHandleStateChangeRuntimeException

      public IllegalHandleStateChangeRuntimeException(String aMessage, Object aHandle, Throwable aCause)
    • IllegalHandleStateChangeRuntimeException

      public IllegalHandleStateChangeRuntimeException(String aMessage, Object aHandle)
    • IllegalHandleStateChangeRuntimeException

      public IllegalHandleStateChangeRuntimeException(Object aHandle, Throwable aCause, String aErrorCode)
    • IllegalHandleStateChangeRuntimeException

      public IllegalHandleStateChangeRuntimeException(Object aHandle, Throwable aCause)