doh
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
doh
doh
/
tech.relaycorp.doh
/
DoHException
Do
HException
abstract
class
DoHException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
Inheritors
InvalidQueryException
LookupFailureException
Members
Constructors
Do
HException
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?