Package javax.enterprise.context
Class ContextNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.context.ContextException
javax.enterprise.context.ContextNotActiveException
- All Implemented Interfaces:
 Serializable
Indicates that a context is not active.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionContextNotActiveException(String message) ContextNotActiveException(String message, 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
- 
ContextNotActiveException
public ContextNotActiveException() - 
ContextNotActiveException
 - 
ContextNotActiveException
 - 
ContextNotActiveException
 
 -