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