veraid
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
veraid
veraid
/
tech.relaycorp.veraid
/
VeraidException
Veraid
Exception
abstract
class
VeraidException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
Base class for all VeraId exceptions.
Inheritors
SignatureException
DnsException
InvalidChainException
InvalidRdataException
PkiException
Members
Constructors
Veraid
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
?