Package org.jboss.weld.contexts
Class BusyConversationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.enterprise.context.ContextException
-
- javax.enterprise.context.BusyConversationException
-
- org.jboss.weld.contexts.BusyConversationException
-
- All Implemented Interfaces:
Serializable
public class BusyConversationException extends BusyConversationException
A localized message version of theNonexistentConversationException.- Author:
- David Allen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusyConversationException(String message)Creates a new exception with the given localized message.BusyConversationException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedMessage()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-