public abstract class ConversationLockException extends ConversationException
Constructor and Description |
---|
ConversationLockException(String msg)
Creates a new lock exception.
|
ConversationLockException(String msg,
Throwable cause)
Creates a new lock exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConversationLockException(String msg)
msg
- the Exception
message