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