doh
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
doh
doh
/
tech.relaycorp.doh
/
LookupFailureException
Lookup
Failure
Exception
class
LookupFailureException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
DoHException
The DoH failed to complete the lookup successfully.
Members
Constructors
Lookup
Failure
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?