MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.securearea.cloud
/
CloudException
Cloud
Exception
open
class
CloudException
:
Exception
Cloud Secure Area specific exception.
Members
Constructors
Cloud
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Construct a new exception.
constructor
(
message
:
String
,
cause
:
Exception
)
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
?