Class EveryLastLoginAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class EveryLastLoginAuthenticationException extends org.springframework.security.core.AuthenticationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EveryLastLoginAuthenticationException(String msg, String mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-