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 from the restore view phase of the JSF lifecycle.
ConversationScoped
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
NonexistentConversationException() |
NonexistentConversationException(java.lang.String message) |
NonexistentConversationException(java.lang.String message,
java.lang.Throwable cause) |
NonexistentConversationException(java.lang.Throwable cause) |
private static final long serialVersionUID
public NonexistentConversationException()
public NonexistentConversationException(java.lang.String message)
public NonexistentConversationException(java.lang.Throwable cause)
public NonexistentConversationException(java.lang.String message, java.lang.Throwable cause)