org.springframework.security.concurrent
Class SessionAlreadyUsedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.security.SpringSecurityException
org.springframework.security.SpringSecurityException
                       org.springframework.security.AuthenticationException
org.springframework.security.AuthenticationException
                           org.springframework.security.concurrent.SessionAlreadyUsedException
org.springframework.security.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
 
 
 
 
 
 
SessionAlreadyUsedException
public SessionAlreadyUsedException(String msg)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.