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