FTCorruptedStateException

Error indicating that the SDK is in a corrupted state, such as missing necessary cryptographic material. Please call com.futurae.sdk.FuturaeSDK.reset to reset your SDK installation and continue or com.futurae.sdk.FuturaeSDK.launchAccountRecovery to recover accounts if the SDK's cryptopgraphic material is still present.

See also

Inheritors

Constructors

Link copied to clipboard
public FTCorruptedStateException FTCorruptedStateException(Boolean isRecoverable, String message, Throwable throwable)

Properties

Link copied to clipboard
private final Throwable cause
Link copied to clipboard
private final Boolean isRecoverable

indicates if the SDK installation can be recovered by Account Recovery

Link copied to clipboard
private final String message

Functions

Link copied to clipboard
public final Unit addSuppressed(Throwable p0)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final Array<Throwable> getSuppressed()
Link copied to clipboard
Link copied to clipboard
public final Boolean isRecoverable()

indicates if the SDK installation can be recovered by Account Recovery

Link copied to clipboard
Link copied to clipboard