public abstract class ConversationLockException extends ConversationException
| Constructor and Description |
|---|
ConversationLockException(java.lang.String msg)
Creates a new lock exception.
|
ConversationLockException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new lock exception.
|
public ConversationLockException(java.lang.String msg)
msg - the Exception messagepublic ConversationLockException(java.lang.String msg,
java.lang.Throwable cause)
msg - the Exception messagecause - the root cause of this Exception