Package org.jboss.weld.contexts
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 Summary
ConstructorsConstructorDescriptionBusyConversationException(String message) Creates a new exception with the given localized message.BusyConversationException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BusyConversationException
-
BusyConversationException
Creates a new exception with the given localized message.- Parameters:
message-
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-