public class NonexistentConversationException extends ContextException
Context.get(Contextual, CreationalContext)
,
Context.get(Contextual)
,
Serialized FormConstructor 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, toString
public NonexistentConversationException()
public NonexistentConversationException(String message)
message
- messagepublic NonexistentConversationException(Throwable cause)
cause
- cause of the exceptionCopyright © 2019. All rights reserved.