blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.storage.backup
/
BackupException
Backup
Exception
common
class
BackupException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
Exception thrown when backup operations fail.
Members
Constructors
Backup
Exception
Link copied to clipboard
common
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
common
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
common
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
common
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
common
val
suppressed
:
Array
<
out
Throwable
?
>
?