org.springframework.security.concurrent
Class ConcurrentLoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.SpringSecurityException
org.springframework.security.AuthenticationException
org.springframework.security.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$
- Author:
- Ben Alex
- See Also:
- Serialized Form
ConcurrentLoginException
public ConcurrentLoginException(String msg)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.