MoEngage-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
MoEngage-Android-SDK
core
/
com.moengage.core.exceptions
/
InvalidEncryptionKeyException
Invalid
Encryption
Key
Exception
class
InvalidEncryptionKeyException
:
Exception
Exception thrown if Network Encryption Key in NetworkDataSecurityConfig is not valid.
Since
12.7.00
Members
Constructors
Invalid
Encryption
Key
Exception
Link copied to clipboard
constructor
(
)
constructor
(
detailMessage
:
String
?
)
constructor
(
throwable
:
Throwable
?
)
constructor
(
detailMessage
:
String
?
,
throwable
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?