org.acegisecurity.concurrent
Class SessionAlreadyUsedException
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.SessionAlreadyUsedException
- All Implemented Interfaces:
- Serializable
public class SessionAlreadyUsedException
- extends AuthenticationException
Thrown by a SessionRegistry
implementation if an attempt is made to create new session information
for an existing sessionId. The user should firstly clear the existing session from the
ConcurrentSessionRegistry
.
- Author:
- Ben Alex
- See Also:
- Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
SessionAlreadyUsedException
public SessionAlreadyUsedException(String msg)
Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.