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

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

Methods in uk.org.ogsadai.sessions that throw SessionAttrValueCreationException
 void SessionAttributeValue.initialise(org.w3c.dom.Element sessionAttribute)
          Initialises the session attribute value using the specified element.
 

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

Methods in uk.org.ogsadai.sessions.impl that throw SessionAttrValueCreationException
 void SimpleSessionAttributeValue.initialise(org.w3c.dom.Element sessionAttribute)