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:
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(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidVerificationCodeException
public InvalidVerificationCodeException(String message)
-
-