org.springframework.webflow.execution.repository.continuation
Class ContinuationUnmarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.webflow.core.FlowException
                      extended by org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
                          extended by org.springframework.webflow.execution.repository.continuation.ContinuationUnmarshalException
All Implemented Interfaces:
java.io.Serializable

public class ContinuationUnmarshalException
extends FlowExecutionRepositoryException

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

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

Constructor Summary
ContinuationUnmarshalException(java.lang.String message, java.lang.Throwable cause)
          Creates a new flow execution unmarshalling exception.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContinuationUnmarshalException

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

Parameters:
message - the exception message
cause - the cause


Copyright © 2004-2007. All Rights Reserved.