Package org.projectnessie.client.http
Class HttpClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.projectnessie.client.http.HttpClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpClientReadTimeoutException
public class HttpClientException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpClientException()HttpClientException(String message)HttpClientException(String message, Throwable cause)HttpClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-