public class BusyConversationException extends ContextException
Context.get(Contextual, CreationalContext),
Context.get(Contextual),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BusyConversationException() |
BusyConversationException(java.lang.String message)
Creates a new exception with message.
|
BusyConversationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the given message and throwable cause.
|
BusyConversationException(java.lang.Throwable cause)
Create a new exception with the root cause.
|
private static final long serialVersionUID
public BusyConversationException()
public BusyConversationException(java.lang.String message)
message - messagepublic BusyConversationException(java.lang.Throwable cause)
cause - cause of the exceptionpublic BusyConversationException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - root cause of the exception