Class BackendConnectionException

    • Constructor Detail

      • BackendConnectionException

        public BackendConnectionException​(String _message,
                                          Throwable _cause)

        Constructor for BackendConnectionException.

        Parameters:
        _message - a String object.
        _cause - a Throwable object.
      • BackendConnectionException

        public BackendConnectionException​(HttpMethod _method,
                                          URI _uri,
                                          int _response_status,
                                          Throwable _cause)

        Constructor for BackendConnectionException.

        Parameters:
        _method - a HttpMethod object.
        _uri - a URI object.
        _response_status - a int.
        _cause - a Throwable object.
    • Method Detail

      • getHttpResponseBody

        public String getHttpResponseBody()

        Getter for the field httpResponseBody.

        Returns:
        a String object.
      • setHttpResponseBody

        public void setHttpResponseBody​(String httpResponseBody)

        Setter for the field httpResponseBody.

        Parameters:
        httpResponseBody - a String object.
      • getHttpResponseStatus

        public int getHttpResponseStatus()

        Getter for the field httpResponseStatus.

        Returns:
        a int.