Class OperationNotSupportedSocketException

All Implemented Interfaces:
Serializable

public class OperationNotSupportedSocketException extends InvalidSocketException
A SocketException that may be thrown upon some "unsupported operation" condition from native code (e.g., EOPNOTSUPP is returned).
Author:
Christian Kohlschütter
See Also: