org.springframework.webflow.execution.repository.snapshot
Class SnapshotUnmarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.webflow.core.FlowException
                  extended by org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
                      extended by org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException
All Implemented Interfaces:
Serializable

public class SnapshotUnmarshalException
extends FlowExecutionRepositoryException

Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.

Author:
Keith Donald
See Also:
FlowExecutionSnapshot, FlowExecution, Serialized Form

Constructor Summary
SnapshotUnmarshalException(String message, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnapshotUnmarshalException

public SnapshotUnmarshalException(String message,
                                  Throwable cause)
Creates a new flow execution unmarshalling exception.

Parameters:
message - the exception message
cause - the cause