lib
Toggle table of contents
android
common
ios
jvm
Platform filter
android
common
ios
jvm
Switch theme
Search in API
lib
mockzilla
/
com.apadmi.mockzilla.lib.internal.utils
/
AddressAlreadyInUseException
Address
Already
In
Use
Exception
android
common
ios
jvm
actual
typealias
AddressAlreadyInUseException
=
BindException
expect
class
AddressAlreadyInUseException
:
Throwable
actual
typealias
AddressAlreadyInUseException
=
PosixException.AddressAlreadyInUseException
actual
typealias
AddressAlreadyInUseException
=
BindException
Members
Members & Extensions
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
is
Some
Match
In
Chain
Link copied to clipboard
fun
Throwable
.
isSomeMatchInChain
(
predicate
:
(
Throwable
)
->
Boolean
)
:
Boolean