MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.mdoc.transport
/
MdocTransportException
Mdoc
Transport
Exception
class
MdocTransportException
:
Exception
Thrown if an unrecoverable error occurs.
Members
Constructors
Mdoc
Transport
Exception
Link copied to clipboard
constructor
(
)
Construct a new exception.
constructor
(
message
:
String
)
Construct a new exception.
constructor
(
message
:
String
,
cause
:
Throwable
)
Construct a new exception.
constructor
(
cause
:
Throwable
)
Construct a new exception.
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?