Class InvalidLoginTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
javax.security.auth.login.AccountException
org.apereo.cas.authentication.exceptions.InvalidLoginTimeException
- All Implemented Interfaces:
Serializable
Describes an error condition where authentication occurs at a time that is disallowed by security policy
applied to the underlying user account.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLoginTimeException
-
InvalidLoginTimeException
public InvalidLoginTimeException()
-