Class HttpResponseException

    • Constructor Detail

      • HttpResponseException

        public HttpResponseException​(HttpStatusCode aStatusCode,
                                     String aMessage,
                                     String aErrorCode)
        Instantiates a new http response exception.
        Parameters:
        aStatusCode - the status code
        aMessage - the message
        aErrorCode - the error code
      • HttpResponseException

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

        public HttpResponseException​(HttpStatusCode aStatusCode,
                                     String message,
                                     Throwable cause)
        Instantiates a new http response exception.
        Parameters:
        aStatusCode - the status code
        message - the message
        cause - the cause
      • HttpResponseException

        public HttpResponseException​(HttpStatusCode aStatusCode,
                                     String message)
        Instantiates a new http response exception.
        Parameters:
        aStatusCode - the status code
        message - the message
      • HttpResponseException

        public HttpResponseException​(HttpStatusCode aStatusCode,
                                     Throwable aCause,
                                     String aErrorCode)
        Instantiates a new http response exception.
        Parameters:
        aStatusCode - the status code
        aCause - the cause
        aErrorCode - the error code
      • HttpResponseException

        public HttpResponseException​(HttpStatusCode aStatusCode,
                                     Throwable cause)
        Instantiates a new http response exception.
        Parameters:
        aStatusCode - the status code
        cause - the cause