public class NonexistentConversationException extends ContextException
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.
 
ConversationScoped, 
Serialized Form| Constructor and Description | 
|---|
| NonexistentConversationException() | 
| NonexistentConversationException(String message) | 
| NonexistentConversationException(String message,
                                Throwable cause) | 
| NonexistentConversationException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.