Class BusyConversationException

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

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

    • BusyConversationException

      public BusyConversationException(Throwable throwable)
    • BusyConversationException

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