org.onebusaway.users.impl.authentication
Class EveryLastLoginAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.security.SpringSecurityException
                      extended by org.springframework.security.AuthenticationException
                          extended by org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationException
All Implemented Interfaces:
Serializable

public class EveryLastLoginAuthenticationException
extends org.springframework.security.AuthenticationException

See Also:
Serialized Form

Constructor Summary
EveryLastLoginAuthenticationException(String msg, String mode)
           
 
Method Summary
 String getMode()
           
 
Methods inherited from class org.springframework.security.AuthenticationException
getAuthentication, getExtraInformation
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EveryLastLoginAuthenticationException

public EveryLastLoginAuthenticationException(String msg,
                                             String mode)
Method Detail

getMode

public String getMode()


Copyright © 2012 OneBusAway. All Rights Reserved.