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