Module org.newsclub.net.unix
Package org.newsclub.net.unix
Class OperationNotSupportedSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.newsclub.net.unix.InvalidSocketException
org.newsclub.net.unix.OperationNotSupportedSocketException
- All Implemented Interfaces:
Serializable
A
SocketException
that may be thrown upon some "unsupported operation" condition from
native code (e.g., ENOTSUP, EOPNOTSUPP, EPROTONOSUPPORT, ESOCKTNOSUPPORT, EPFNOSUPPORT,
EAFNOSUPPORT is returned).- Author:
- Christian Kohlschütter
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newOperationNotSupportedSocketException
.Constructs a newOperationNotSupportedSocketException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationNotSupportedSocketException
public OperationNotSupportedSocketException()Constructs a newOperationNotSupportedSocketException
. -
OperationNotSupportedSocketException
Constructs a newOperationNotSupportedSocketException
.- Parameters:
msg
- The error message.
-