MfaException

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

Base exception class for all MFA-related exceptions.

Parameters

message

The error message.

cause

The underlying cause of the exception.

Inheritors

Constructors

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