org.acegisecurity.concurrent
Class ConcurrentLoginException

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.acegisecurity.AcegiSecurityException
                      extended by org.acegisecurity.AuthenticationException
                          extended by org.acegisecurity.concurrent.ConcurrentLoginException
All Implemented Interfaces:
java.io.Serializable

public class ConcurrentLoginException
extends AuthenticationException

Thrown by ConcurrentSessionControllerImpl if an attempt is made to login and the user has already exceeded their maxmimum allowed sessions.

Version:
$Id: ConcurrentLoginException.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Ben Alex
See Also:
Serialized Form

Constructor Summary
ConcurrentLoginException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class org.acegisecurity.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

ConcurrentLoginException

public ConcurrentLoginException(java.lang.String msg)


Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.