MfaStorageException

class MfaStorageException(message: String? = null, cause: Throwable? = null) : MfaException

Exception thrown when an MFA storage operation fails.

Parameters

message

The error message.

cause

The underlying cause of the exception.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)