Class IllegalHandleStateChangeRuntimeException

    • Constructor Detail

      • IllegalHandleStateChangeRuntimeException

        public IllegalHandleStateChangeRuntimeException​(Object aHandle,
                                                        String aMessage,
                                                        String aErrorCode)
        Instantiates a new illegale handle state change runtime exception.
        Parameters:
        aHandle - the handle
        aMessage - the message
        aErrorCode - the error code
      • IllegalHandleStateChangeRuntimeException

        public IllegalHandleStateChangeRuntimeException​(Object aHandle,
                                                        String aMessage,
                                                        Throwable aCause,
                                                        String aErrorCode)
        Instantiates a new illegale handle state change runtime exception.
        Parameters:
        aHandle - the handle
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • IllegalHandleStateChangeRuntimeException

        public IllegalHandleStateChangeRuntimeException​(Object aHandle,
                                                        String message,
                                                        Throwable cause)
        Instantiates a new illegale handle state change runtime exception.
        Parameters:
        aHandle - the handle
        message - the message
        cause - the cause
      • IllegalHandleStateChangeRuntimeException

        public IllegalHandleStateChangeRuntimeException​(Object aHandle,
                                                        String message)
        Instantiates a new illegale handle state change runtime exception.
        Parameters:
        aHandle - the handle
        message - the message
      • IllegalHandleStateChangeRuntimeException

        public IllegalHandleStateChangeRuntimeException​(Object aHandle,
                                                        Throwable aCause,
                                                        String aErrorCode)
        Instantiates a new illegale handle state change runtime exception.
        Parameters:
        aHandle - the handle
        aCause - the cause
        aErrorCode - the error code
      • IllegalHandleStateChangeRuntimeException

        public IllegalHandleStateChangeRuntimeException​(Object aHandle,
                                                        Throwable cause)
        Instantiates a new illegale handle state change runtime exception.
        Parameters:
        aHandle - the handle
        cause - the cause