Class HandleTimeoutRuntimeException

    • Constructor Detail

      • HandleTimeoutRuntimeException

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

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

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

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

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

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