Class NoSuchDeviceSocketException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchDeviceSocketException extends InvalidSocketException
A SocketException that may be thrown upon some "no such device" condition from native code (e.g., ENODEV is returned).
Author:
Christian Kohlschütter
See Also: