Module io.inverno.mod.http.client
Package io.inverno.mod.http.client
Class ConnectionTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.inverno.mod.http.client.HttpClientException
io.inverno.mod.http.client.ConnectionTimeoutException
- All Implemented Interfaces:
Serializable
Thrown when a connection has timed out.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a Connection timeout exception.ConnectionTimeoutException
(String message) Creates a Connection timeout exception.ConnectionTimeoutException
(String message, Throwable cause) Creates a Connection timeout exception.Creates a Connection timeout exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionTimeoutException
public ConnectionTimeoutException()Creates a Connection timeout exception.
-
ConnectionTimeoutException
Creates a Connection timeout exception.
- Parameters:
message
- the message
-
ConnectionTimeoutException
Creates a Connection timeout exception.
- Parameters:
message
- the messagecause
- the cause
-
ConnectionTimeoutException
Creates a Connection timeout exception.
- Parameters:
cause
- the cause
-