|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.conversation.ConversationException
org.springframework.webflow.conversation.ConversationLockException
public abstract class ConversationLockException
An exception occurred within the conversation locking system.
| Constructor Summary | |
|---|---|
ConversationLockException(java.lang.String msg)
Creates a new lock exception. |
|
ConversationLockException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new lock exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConversationLockException(java.lang.String msg)
msg - the Exception message
public ConversationLockException(java.lang.String msg,
java.lang.Throwable cause)
msg - the Exception messagecause - the root cause of this Exception
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||