Class InvalidSocketException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressUnavailableSocketException, InvalidArgumentSocketException, OperationNotSupportedSocketException

public class InvalidSocketException extends SocketException
A SocketException that may be thrown upon some "invalid" state, mostly detected in native code.
Author:
Christian Kohlschütter
See Also:
  • Constructor Details