Package jakarta.enterprise.context
Class NonexistentConversationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.enterprise.context.ContextException
-
- jakarta.enterprise.context.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
.CDI Lite implementations are not required to provide support for conversations.
- Author:
- Pete Muir, Gavin King
- See Also:
ConversationScoped
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonexistentConversationException()
NonexistentConversationException(String message)
NonexistentConversationException(String message, Throwable cause)
NonexistentConversationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-