Package org.projectnessie.client.http
Class HttpClientResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projectnessie.client.http.HttpClientException
org.projectnessie.client.http.HttpClientResponseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAuth2Exception
A generic exception thrown when the server replies with an unexpected status code.
This exception is generally thrown when the status code is not in the 2xx or 3xx range, and if a response filter did not throw a more specific exception.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpClientResponseException
-
-
Method Details
-
getStatus
-