Class NonexistentConversationException



  • 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.

    See Also:
    ConversationScoped, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • NonexistentConversationException

        public NonexistentConversationException​()
      • NonexistentConversationException

        public NonexistentConversationException​(java.lang.String message)
      • NonexistentConversationException

        public NonexistentConversationException​(java.lang.Throwable cause)
      • NonexistentConversationException

        public NonexistentConversationException​(java.lang.String message,
                                                java.lang.Throwable cause)