org.acegisecurity.concurrent
Class ConcurrentLoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
org.acegisecurity.concurrent.ConcurrentLoginException
- All Implemented Interfaces:
- 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
ConcurrentLoginException
public ConcurrentLoginException(String msg)
Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.