Package com.commercetools.http.javanet
Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.commercetools.http.javanet.HttpException
- All Implemented Interfaces:
Serializable
Exception which is thrown by
CtJavaNetHttpClient
.
Typical problems are timeouts, connection problems and problems with the DNS configuration.
- See Also:
-
Constructor Summary
ConstructorDescriptionHttpException
(String message) HttpException
(String message, Throwable cause) HttpException
(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
-
HttpException
-
HttpException
-
HttpException
-