Uses of Class
javax.enterprise.context.ContextException
-
Packages that use ContextException Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts.org.jboss.weld.contexts -
-
Uses of ContextException in javax.enterprise.context
Subclasses of ContextException in javax.enterprise.context Modifier and Type Class Description classBusyConversationExceptionIndicates that the container has rejected a request because a concurrent request is associated with the same conversation context.classContextNotActiveExceptionIndicates that a context is not active.classNonexistentConversationExceptionIndicates that the conversation context could not be restored. -
Uses of ContextException in org.jboss.weld.contexts
Subclasses of ContextException in org.jboss.weld.contexts Modifier and Type Class Description classBusyConversationExceptionA localized message version of theNonexistentConversationException.classContextNotActiveExceptionA localized message version of theContextNotActiveException.classNonexistentConversationExceptionA localized message version of theNonexistentConversationException.
-