java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.newsclub.net.unix.InvalidSocketException
org.newsclub.net.unix.InvalidArgumentSocketException
- All Implemented Interfaces:
- Serializable
A 
SocketException that may be thrown upon some "invalid argument" being passed into
 native code (i.e., EINVAL is returned).- Author:
- Christian Kohlschütter
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a newInvalidArgumentSocketException.Constructs a newInvalidArgumentSocketException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidArgumentSocketExceptionpublic InvalidArgumentSocketException()Constructs a newInvalidArgumentSocketException.
- 
InvalidArgumentSocketExceptionConstructs a newInvalidArgumentSocketException.- Parameters:
- msg- The error message.
 
 
-