Uses of Class
uk.org.ogsadai.sessions.SessionCreationException

Packages that use SessionCreationException
uk.org.ogsadai.sessions Contains the core classes and interfaces used to support sessions. 
uk.org.ogsadai.sessions.impl Contains implementations of the sessions interfaces to provide support for transient sessions. 
 

Uses of SessionCreationException in uk.org.ogsadai.sessions
 

Methods in uk.org.ogsadai.sessions that throw SessionCreationException
 InternalSession SessionManager.newSession()
          Creates a new session with default settings.
 InternalSession SessionManager.newSession(SessionSettings settings)
          Creates a new session with the specified settings.
 InternalSession SessionStrategy.obtainSession(SessionManager manager)
          Uses the session manager to create a new session or access an existing session, depending on the session requirements built into the strategy.
 

Uses of SessionCreationException in uk.org.ogsadai.sessions.impl
 

Methods in uk.org.ogsadai.sessions.impl that throw SessionCreationException
 InternalSession TransientSessionManager.newSession()
           
 InternalSession TransientSessionManager.newSession(SessionSettings settings)
           
 InternalSession ReferenceSessionStrategy.obtainSession(SessionManager manager)
           
 InternalSession ExplicitSessionStrategy.obtainSession(SessionManager manager)
           
 InternalSession ImplicitSessionStrategy.obtainSession(SessionManager manager)
           
 InternalSession TerminateSessionStrategy.obtainSession(SessionManager manager)
           
 

Constructors in uk.org.ogsadai.sessions.impl that throw SessionCreationException
TransientInternalSession(SessionSettings settings, java.util.Set attributes, Properties properties)
          Creates a new TransientInternalSession.