Uses of Class
javax.enterprise.context.ContextException
-
Packages that use ContextException Package Description javax.enterprise.context -
-
Uses of ContextException in javax.enterprise.context
Subclasses of ContextException in javax.enterprise.context Modifier and Type Class Description classBusyConversationExceptionA long running conversation must only be used by one request at the same time! If a parallel access to a 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.classContextNotActiveExceptionThis Exception is thrown ifContext.get(javax.enterprise.context.spi.Contextual)orContext.get(javax.enterprise.context.spi.Contextual, javax.enterprise.context.spi.CreationalContext)is called on a Context which is not 'active' in respect to the current thread.classNonexistentConversationExceptionIf a long running conversation cannot be restored, OWB will assign a fresh conversation and throws this very Exception.
-