Class HttpServerErrorException

    • Constructor Detail

      • HttpServerErrorException

        public HttpServerErrorException​(int statusCode,
                                        String message,
                                        String responseBody)
    • Method Detail

      • getResponseBody

        public String getResponseBody()
      • getStatusCode

        public int getStatusCode()