Class InvalidVerificationCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- org.springframework.security.authentication.AuthenticationServiceException
-
- org.springframework.security.authentication.InternalAuthenticationServiceException
-
- org.molgenis.security.twofactor.exceptions.InvalidVerificationCodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidVerificationCodeException extends org.springframework.security.authentication.InternalAuthenticationServiceExceptionThis exception is used to determine in theTwoFactorAuthenticationControllerwhat message should be thrown- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidVerificationCodeException(java.lang.String message)
-