veraid
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
veraid
veraid
/
tech.relaycorp.veraid.dns
/
InvalidChainException
Invalid
Chain
Exception
class
InvalidChainException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VeraidException
Exception representing an invalid/malformed
DnssecChain
.
Members
Constructors
Invalid
Chain
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
?