toggle menu
Signum
3.10.0
common
switch theme
search in API
indispensable-asn1
/
at.asitplus.signum.indispensable.asn1
/
Asn1Exception
Asn1Exception
open
class
Asn1Exception
(
message
:
String
?
,
cause
:
Throwable
?
)
:
Throwable
(
source
)
Inheritors
Asn1TagMismatchException
Asn1StructuralException
Asn1OidException
Members
Constructors
Asn1Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
throwable
:
Throwable
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?