java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.inverno.mod.http.client.HttpClientException
io.inverno.mod.http.client.ConnectionResetException
- All Implemented Interfaces:
Serializable
Thrown when a connection is reset by the peer.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a Connection reset exception.ConnectionResetException
(String message) Creates a Connection reset exception.ConnectionResetException
(String message, Throwable cause) Creates a Connection reset exception.Creates a Connection reset 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
-
ConnectionResetException
public ConnectionResetException()Creates a Connection reset exception.
-
ConnectionResetException
Creates a Connection reset exception.
- Parameters:
message
- the message
-
ConnectionResetException
Creates a Connection reset exception.
- Parameters:
message
- the messagecause
- the cause
-
ConnectionResetException
Creates a Connection reset exception.
- Parameters:
cause
- the cause
-