kalium
common
cryptography
/
com.wire.kalium.cryptography.exceptions
/
ProteusStorageMigrationException
Proteus
Storage
Migration
Exception
class
ProteusStorageMigrationException
(
val
message
:
String
,
val
rootCause
:
Throwable
?
=
null
)
:
ProteusException
Members
Constructors
Proteus
Storage
Migration
Exception
Link copied to clipboard
constructor
(
message
:
String
,
rootCause
:
Throwable
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
ProteusException.Code
int
Code
Link copied to clipboard
val
intCode
:
Int
?
message
Link copied to clipboard
open
val
message
:
String
root
Cause
Link copied to clipboard
val
rootCause
:
Throwable
?
=
null