Added in API level 24

AlreadyBoundException

open class AlreadyBoundException : IllegalStateException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.lang.IllegalStateException
   ↳ java.nio.channels.AlreadyBoundException

Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

AlreadyBoundException

Added in API level 24
AlreadyBoundException()

Constructs an instance of this class.