Added in API level 1

UnsupportedAddressTypeException

public class UnsupportedAddressTypeException
extends IllegalArgumentException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ java.nio.channels.UnsupportedAddressTypeException


Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.

Summary

Public constructors

UnsupportedAddressTypeException()

Constructs an instance of this class.

Inherited methods

Public constructors

UnsupportedAddressTypeException

Added in API level 1
public UnsupportedAddressTypeException ()

Constructs an instance of this class.