Class UnsupportedHandleOperationRuntimeException

    • Constructor Detail

      • UnsupportedHandleOperationRuntimeException

        public UnsupportedHandleOperationRuntimeException​(Object aHandle,
                                                          String aMessage,
                                                          String aErrorCode)
        Instantiates a new unsupported handle operation runtime exception.
        Parameters:
        aHandle - the handle
        aMessage - the message
        aErrorCode - the error code
      • UnsupportedHandleOperationRuntimeException

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

        public UnsupportedHandleOperationRuntimeException​(Object aHandle,
                                                          String message,
                                                          Throwable cause)
        Instantiates a new unsupported handle operation runtime exception.
        Parameters:
        aHandle - the handle
        message - the message
        cause - the cause
      • UnsupportedHandleOperationRuntimeException

        public UnsupportedHandleOperationRuntimeException​(Object aHandle,
                                                          String message)
        Instantiates a new unsupported handle operation runtime exception.
        Parameters:
        aHandle - the handle
        message - the message
      • UnsupportedHandleOperationRuntimeException

        public UnsupportedHandleOperationRuntimeException​(Object aHandle,
                                                          Throwable aCause,
                                                          String aErrorCode)
        Instantiates a new unsupported handle operation runtime exception.
        Parameters:
        aHandle - the handle
        aCause - the cause
        aErrorCode - the error code
      • UnsupportedHandleOperationRuntimeException

        public UnsupportedHandleOperationRuntimeException​(Object aHandle,
                                                          Throwable cause)
        Instantiates a new unsupported handle operation runtime exception.
        Parameters:
        aHandle - the handle
        cause - the cause