Class NonexistentConversationException

All Implemented Interfaces:
Serializable

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.

See Also:
  • Constructor Details

    • NonexistentConversationException

      public NonexistentConversationException()
    • NonexistentConversationException

      public NonexistentConversationException(String message)
    • NonexistentConversationException

      public NonexistentConversationException(Throwable cause)
    • NonexistentConversationException

      public NonexistentConversationException(String message, Throwable cause)