java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.newsclub.net.unix.ConnectionResetSocketException
- All Implemented Interfaces:
Serializable
A
SocketException
indicating that a socket connection was reset.- Author:
- Christian Kohlschütter
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newConnectionResetSocketException
.Constructs a newConnectionResetSocketException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionResetSocketException
public ConnectionResetSocketException()Constructs a newConnectionResetSocketException
. -
ConnectionResetSocketException
Constructs a newConnectionResetSocketException
.- Parameters:
msg
- The error message.
-