Package jakarta.enterprise.context
Class ContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.enterprise.context.ContextException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BusyConversationException
,ContextNotActiveException
,NonexistentConversationException
public class ContextException extends RuntimeException
Indicates a problem relating to context management.
- Author:
- Pete Muir, Shane Bryzak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextException()
ContextException(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
-
-