FileDocCategorySizeDatePackage
UnsupportedAddressTypeException.javaAPI DocJava SE 5 API754Fri Aug 26 16:50:36 BST 2005java.nio.channels

UnsupportedAddressTypeException

public class UnsupportedAddressTypeException extends IllegalArgumentException
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.
version
1.9, 01/11/19
since
1.4

Fields Summary
Constructors Summary
public UnsupportedAddressTypeException()
Constructs an instance of this class.

 
Methods Summary