Class UnauthorizedRuntimeException

    • Constructor Detail

      • UnauthorizedRuntimeException

        public UnauthorizedRuntimeException​(String aMessage,
                                            String aErrorCode)
        Instantiates a new unauthorized runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • UnauthorizedRuntimeException

        public UnauthorizedRuntimeException​(String aMessage,
                                            Throwable aCause,
                                            String aErrorCode)
        Instantiates a new unauthorized runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnauthorizedRuntimeException

        public UnauthorizedRuntimeException​(String message,
                                            Throwable cause)
        Instantiates a new unauthorized runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • UnauthorizedRuntimeException

        public UnauthorizedRuntimeException​(String message)
        Instantiates a new unauthorized runtime exception.
        Parameters:
        message - the message
      • UnauthorizedRuntimeException

        public UnauthorizedRuntimeException​(Throwable aCause,
                                            String aErrorCode)
        Instantiates a new unauthorized runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • UnauthorizedRuntimeException

        public UnauthorizedRuntimeException​(Throwable cause)
        Instantiates a new unauthorized runtime exception.
        Parameters:
        cause - the cause