Class BlockedCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- org.springframework.security.authentication.BadCredentialsException
-
- de.trustable.ca3s.core.service.exception.BlockedCredentialsException
-
- All Implemented Interfaces:
Serializable
public class BlockedCredentialsException extends org.springframework.security.authentication.BadCredentialsException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockedCredentialsException(String msg)BlockedCredentialsException(String msg, Throwable cause)BlockedCredentialsException(String msg, Instant blockedUntilDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetBlockedUntilDate()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getBlockedUntilDate
public Instant getBlockedUntilDate()
-
-