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 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 © 2016. All rights reserved.