public class HttpResponseException extends Exception
Constructor and Description |
---|
HttpResponseException(int statusCode,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode()
Returns the HTTP response status code
|
String |
getStatusMessage()
Returns the HTTP response status message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpResponseException(int statusCode, String message)
public int getStatusCode()
public String getStatusMessage()
Copyright © 2023 Avaya. All rights reserved.