Package de.trustable.ca3s.core.security
Class UserCredentialsExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- de.trustable.ca3s.core.security.UserCredentialsExpiredException
-
- All Implemented Interfaces:
Serializable
public class UserCredentialsExpiredException extends org.springframework.security.core.AuthenticationExceptionThis exception is thrown in case of a not activated user trying to authenticate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserCredentialsExpiredException(String message)UserCredentialsExpiredException(String message, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-