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