FTKeystoreException

public class FTKeystoreException extends FTException

Base generic error class for system Keystore errors. This type indicates that something went wrong while leveraging the system, such as trying to generate/use/delete a cryptographic key via Keystore or encrypting, decrypting or signing.

See also

Inheritors

Properties

Link copied to clipboard
private final Throwable cause
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
Link copied to clipboard