Uses of Class
javax.enterprise.context.ContextException

Packages that use ContextException
javax.enterprise.context   
 

Uses of ContextException in javax.enterprise.context
 

Subclasses of ContextException in javax.enterprise.context
 class BusyConversationException
          The container ensures that a long-running conversation may be associated with at most one request at a time, by blocking or rejecting concurrent requests.
 class ContextNotActiveException
          A ContextNotActiveException is thrown if at a particular point in the execution of the program the context is inactive with respect to the current thread.
 class NonexistentConversationException
          If the propagated conversation cannot be restored, the container must associate the request with a new transient conversation and throw an exception of type NonexistentConversationException from the restore view phase of the JSF lifecycle.
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.