Package jakarta.enterprise.context
Class ContextNotActiveException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jakarta.enterprise.context.ContextException
 - 
- jakarta.enterprise.context.ContextNotActiveException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ContextNotActiveException extends ContextException
Indicates that a context is not active.
- Author:
 - Pete Muir, Shane Bryzak, Gavin King
 - See Also:
 Context, Serialized Form
 
- 
- 
Constructor Summary
Constructors Constructor Description ContextNotActiveException()ContextNotActiveException(String message)ContextNotActiveException(String message, Throwable cause)ContextNotActiveException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -