|
spring-webflow | ||||||||
| 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.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException
public class SnapshotUnmarshalException
Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.
FlowExecutionSnapshot,
FlowExecution,
Serialized Form| Constructor Summary | |
|---|---|
SnapshotUnmarshalException(java.lang.String message,
java.lang.Throwable cause)
Creates a new flow execution unmarshalling 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 SnapshotUnmarshalException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the cause
|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||