Class NonexistentConversationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.context.ContextException
jakarta.enterprise.context.NonexistentConversationException
org.jboss.weld.contexts.NonexistentConversationException
All Implemented Interfaces:
Serializable

public class NonexistentConversationException extends jakarta.enterprise.context.NonexistentConversationException
A localized message version of the .
Author:
David Allen
See Also:
  • Constructor Details

    • NonexistentConversationException

      public NonexistentConversationException(Throwable throwable)
    • NonexistentConversationException

      public NonexistentConversationException(String message)
      Creates a new exception with the given localized message.
      Parameters:
      message -
  • Method Details