Class TooManyLoginAttemptsException
- 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.TooManyLoginAttemptsException
-
- All Implemented Interfaces:
java.io.Serializable
public class TooManyLoginAttemptsException extends org.springframework.security.authentication.InternalAuthenticationServiceException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyLoginAttemptsException(java.lang.String message)
-