-
class
A
SocketException that may be thrown upon some "address unavailable" condition from
native code (e.g., EADDRNOTAVAIL is returned).
class
A
SocketException that may be thrown upon some "invalid argument" being passed into
native code (i.e., EINVAL is returned).
class
A
SocketException that may be thrown upon some "no such device" condition from native
code (e.g., ENODEV is returned).
class
A
SocketException that may be thrown upon some "unsupported operation" condition from
native code (e.g., ENOTSUP, EOPNOTSUPP, EPROTONOSUPPORT, ESOCKTNOSUPPORT, EPFNOSUPPORT,
EAFNOSUPPORT is returned).