public class NonexistentConversationException extends ContextException
Context.get(Contextual, CreationalContext),
Context.get(Contextual),
Serialized Form| Constructor and Description |
|---|
NonexistentConversationException() |
NonexistentConversationException(String message)
Creates a new exception with message.
|
NonexistentConversationException(String message,
Throwable cause)
Creates a new exception with the given message and throwable cause.
|
NonexistentConversationException(Throwable cause)
Create a new exception with the root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonexistentConversationException()
public NonexistentConversationException(String message)
message - messagepublic NonexistentConversationException(Throwable cause)
cause - cause of the exceptionCopyright © 2021. All rights reserved.