|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |