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
/
BackupNotFoundException
Backup
Not
Found
Exception
common
class
BackupNotFoundException
(
message
:
String
=
"No backup found"
)
:
Exception
Exception thrown when no backup exists.
Members
Constructors
Backup
Not
Found
Exception
Link copied to clipboard
common
constructor
(
message
:
String
=
"No backup found"
)
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
?
>
?