Package javax.enterprise.context
Class NonexistentConversationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.context.ContextException
javax.enterprise.context.NonexistentConversationException
- All Implemented Interfaces:
 Serializable
Indicates that the conversation context could not be restored.
If the propagated conversation cannot be restored, the container must associate the request with a new transient conversation and throw an exception of type NonexistentConversationException.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNonexistentConversationException(String message) NonexistentConversationException(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
- 
NonexistentConversationException
public NonexistentConversationException() - 
NonexistentConversationException
 - 
NonexistentConversationException
 - 
NonexistentConversationException
 
 -