Class AddressUnavailableSocketException

java.lang.Object
All Implemented Interfaces:
Serializable

public class AddressUnavailableSocketException extends InvalidSocketException
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: