Class BasicAuthRequiredRuntimeException

    • Constructor Detail

      • BasicAuthRequiredRuntimeException

        public BasicAuthRequiredRuntimeException​(String aMessage,
                                                 String aErrorCode)
        Instantiates a new basic auth required runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • BasicAuthRequiredRuntimeException

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

        public BasicAuthRequiredRuntimeException​(String message,
                                                 Throwable cause)
        Instantiates a new basic auth required runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • BasicAuthRequiredRuntimeException

        public BasicAuthRequiredRuntimeException​(String message)
        Instantiates a new basic auth required runtime exception.
        Parameters:
        message - the message
      • BasicAuthRequiredRuntimeException

        public BasicAuthRequiredRuntimeException​(Throwable aCause,
                                                 String aErrorCode)
        Instantiates a new basic auth required runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • BasicAuthRequiredRuntimeException

        public BasicAuthRequiredRuntimeException​(Throwable cause)
        Instantiates a new basic auth required runtime exception.
        Parameters:
        cause - the cause