Package | Description |
---|---|
javax.enterprise.context |
Modifier and Type | Class and Description |
---|---|
class |
BusyConversationException
A 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.
|
class |
ContextNotActiveException
This Exception is thrown if
Context.get(javax.enterprise.context.spi.Contextual) or
Context.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. |
class |
NonexistentConversationException
If a long running conversation cannot be restored, OWB will
assign a fresh conversation and throws this very Exception.
|
Copyright © 2018. All rights reserved.