Class MfaPrivilegeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MfaInvalidRolesException, MfaRolePrivilegeException

public class MfaPrivilegeException extends PerunRuntimeException
This exception is thrown when principal is performing MFA-requiring action but is not authenticated with Multi-Factor
Author:
Johana Supikova <xsupikov@fi.muni.cz>
See Also:
  • Constructor Details

    • MfaPrivilegeException

      public MfaPrivilegeException(String message)
    • MfaPrivilegeException

      public MfaPrivilegeException(String message, Throwable cause)
    • MfaPrivilegeException

      public MfaPrivilegeException(Throwable cause)
    • MfaPrivilegeException

      public MfaPrivilegeException(PerunSession sess)
    • MfaPrivilegeException

      public MfaPrivilegeException(PerunSession sess, String action)