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

Packages that use SessionViewCreationException
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 SessionViewCreationException in uk.org.ogsadai.sessions
 

Methods in uk.org.ogsadai.sessions that throw SessionViewCreationException
 Session SessionManager.createSessionView(SessionID sid)
          Creates a safe view of the specified session for use by a session participant.
 

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

Methods in uk.org.ogsadai.sessions.impl that throw SessionViewCreationException
 Session TransientSessionManager.createSessionView(SessionID sid)