Uses of Class
javax.enterprise.context.ContextNotActiveException
-
Packages that use ContextNotActiveException Package Description javax.enterprise.context.control org.jboss.weld.contexts -
-
Uses of ContextNotActiveException in javax.enterprise.context.control
Methods in javax.enterprise.context.control that throw ContextNotActiveException Modifier and Type Method Description voidRequestContextController. deactivate()Deactivates the current Request Context if it was activated by this context controller. -
Uses of ContextNotActiveException in org.jboss.weld.contexts
Subclasses of ContextNotActiveException in org.jboss.weld.contexts Modifier and Type Class Description classContextNotActiveExceptionA localized message version of theContextNotActiveException.
-