java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.newsclub.net.unix.InvalidSocketException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AddressUnavailableSocketException
,InvalidArgumentSocketException
,NoSuchDeviceSocketException
,OperationNotSupportedSocketException
A
SocketException
that may be thrown upon some "invalid" state, mostly detected in native
code.- Author:
- Christian Kohlschütter
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newInvalidSocketException
.Constructs a newInvalidSocketException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSocketException
public InvalidSocketException()Constructs a newInvalidSocketException
. -
InvalidSocketException
Constructs a newInvalidSocketException
.- Parameters:
msg
- The error message.
-