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