Class UnsupportedHandleOperationRuntimeException

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

    public class UnsupportedHandleOperationRuntimeException
    extends ComponentRuntimeException
    This exception is thrown in case a handle was provided whose reference does not support a given operation.
    See Also:
    Serialized Form
    • 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