Package javax.enterprise.context
Class ContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.context.ContextException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BusyConversationException
,ContextNotActiveException
,NonexistentConversationException
Indicates a problem relating to context management.
- See Also:
-
Constructor Summary
ConstructorDescriptionContextException
(String message) ContextException
(String message, Throwable cause) ContextException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextException
public ContextException() -
ContextException
-
ContextException
-
ContextException
-