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