Uses of Class
org.newsclub.net.unix.InvalidSocketException
-
Uses of InvalidSocketException in org.newsclub.net.unix
Subclasses of InvalidSocketException in org.newsclub.net.unixModifier and TypeClassDescriptionclassASocketExceptionthat may be thrown upon some "address unavailable" condition from native code (e.g., EADDRNOTAVAIL is returned).classASocketExceptionthat may be thrown upon some "invalid argument" being passed into native code (i.e., EINVAL is returned).classASocketExceptionthat may be thrown upon some "unsupported operation" condition from native code (e.g., EOPNOTSUPP is returned).