Uses of Class
org.newsclub.net.unix.InvalidSocketException
Packages that use InvalidSocketException
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of InvalidSocketException in org.newsclub.net.unix
Subclasses of InvalidSocketException in org.newsclub.net.unixModifier and TypeClassDescriptionclass
ASocketException
that may be thrown upon some "address unavailable" condition from native code (e.g., EADDRNOTAVAIL is returned).class
ASocketException
that may be thrown upon some "invalid argument" being passed into native code (i.e., EINVAL is returned).class
ASocketException
that may be thrown upon some "no such device" condition from native code (e.g., ENODEV is returned).class
ASocketException
that may be thrown upon some "unsupported operation" condition from native code (e.g., ENOTSUP, EOPNOTSUPP, EPROTONOSUPPORT, ESOCKTNOSUPPORT, EPFNOSUPPORT, EAFNOSUPPORT is returned).