Class MFAuthenticationException

All Implemented Interfaces:
Serializable

public class MFAuthenticationException extends PerunException
This exception is thrown when verifying Multi-factor authentication fails.
Author:
Johana Supikova <xsupikov@fi.muni.cz>
See Also:
  • Constructor Details

    • MFAuthenticationException

      public MFAuthenticationException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • MFAuthenticationException

      public MFAuthenticationException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • MFAuthenticationException

      public MFAuthenticationException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception