FileDocCategorySizeDatePackage
UnsupportedAddressTypeException.javaAPI DocAndroid 1.5 API1321Wed May 06 22:41:04 BST 2009java.nio.channels

UnsupportedAddressTypeException

public class UnsupportedAddressTypeException extends IllegalArgumentException
An {@code UnsupportedAddressTypeException} is thrown when connecting or binding to an unsupported address type.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public UnsupportedAddressTypeException()
Constructs an {@code UnsupportedAddressTypeException}.

since
Android 1.0


                 
      
        super();
    
Methods Summary