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
          A long running conversation must only be used by one request at the same time! If a parallel long running conversation gets detected, this very Exception will be thrown for the new request and the 2nd request will get a fresh Conversation assigned.
 class ContextNotActiveException
          It is used by the Context interface.
 class NonexistentConversationException
          If a long running conversation cannot be restored, OWB will assign a fresh conversation and throws this very Exception.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.