CloudException

Cloud Secure Area specific exception.

Constructors

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

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?