Class HttpIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.io.UncheckedIOException
no.digipost.signature.client.core.exceptions.HttpIOException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpIOException
(String message, IOException cause) HttpIOException
(org.apache.hc.core5.http.HttpRequest request, IOException cause) HttpIOException
(org.apache.hc.core5.http.HttpRequest request, String message, IOException cause) HttpIOException
(org.apache.hc.core5.http.HttpResponse response, IOException cause) -
Method Summary
Methods inherited from class java.io.UncheckedIOException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpIOException
-
HttpIOException
-
HttpIOException
public HttpIOException(org.apache.hc.core5.http.HttpRequest request, String message, IOException cause) -
HttpIOException
-