Class ForbiddenRuntimeException

    • Constructor Detail

      • ForbiddenRuntimeException

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

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

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

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

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

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