MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.securearea.cloud
/
CloudException
/
CloudException
Cloud
Exception
constructor
(
message
:
String
)
Construct a new exception.
Parameters
message
the message.
constructor
(
message
:
String
,
cause
:
Exception
)
Construct a new exception.
Parameters
message
the message.
cause
the cause.
constructor
(
cause
:
Throwable
)
Construct a new exception.
Parameters
cause
the cause.