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 Summary
ConstructorsConstructorDescriptionConstructs a newInvalidArgumentSocketException.Constructs a newInvalidArgumentSocketException. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidArgumentSocketException
public InvalidArgumentSocketException()Constructs a newInvalidArgumentSocketException. - 
InvalidArgumentSocketException
Constructs a newInvalidArgumentSocketException.- Parameters:
 msg- The error message.
 
 -