Added in API level 1

UnsupportedAddressTypeException

open class UnsupportedAddressTypeException : IllegalArgumentException
kotlin.Any
   ↳ kotlin.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

Constructs an instance of this class.

Public constructors

UnsupportedAddressTypeException

Added in API level 1
UnsupportedAddressTypeException()

Constructs an instance of this class.