Most visited

Recently visited

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

From class java.lang.Throwable
From class java.lang.Object

Public constructors

UnsupportedAddressTypeException

Added in API level 1
UnsupportedAddressTypeException ()

Constructs an instance of this class.

Hooray!