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