Class HttpException

    • Constructor Detail

      • HttpException

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

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

        public HttpException​(String message,
                             Throwable cause)
        Instantiates a new http exception.
        Parameters:
        message - the message
        cause - the cause
      • HttpException

        public HttpException​(String message)
        Instantiates a new http exception.
        Parameters:
        message - the message
      • HttpException

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

        public HttpException​(Throwable cause)
        Instantiates a new http exception.
        Parameters:
        cause - the cause