Class OperationNotSupportedSocketException

java.lang.Object
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., ENOTSUP, EOPNOTSUPP, EPROTONOSUPPORT, ESOCKTNOSUPPORT, EPFNOSUPPORT, EAFNOSUPPORT is returned).
Author:
Christian Kohlschütter
See Also: