Package com.stytch.sdk.common.errors
Class StytchFailedToDecryptDataError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchFailedToDecryptDataError extends StytchSDKError
Thrown when there was an error decrypting data from persistent storage
-
-
Constructor Summary
Constructors Constructor Description StytchFailedToDecryptDataError(Throwable exception)
-
Method Summary
Modifier and Type Method Description ThrowablegetException()an optional Throwable that caused this error to occur -
-
Constructor Detail
-
StytchFailedToDecryptDataError
StytchFailedToDecryptDataError(Throwable exception)
-
-
Method Detail
-
getException
Throwable getException()
an optional Throwable that caused this error to occur
-
-
-
-