Package org.pkl.core.http
Class HttpClientInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pkl.core.http.HttpClientInitException
- All Implemented Interfaces:
Serializable
Indicates that an error occurred while initializing an HTTP client. A common example is an error
reading or parsing a certificate.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpClientInitException(String message) HttpClientInitException(String message, Throwable cause) HttpClientInitException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpClientInitException
-
HttpClientInitException
-
HttpClientInitException
-