org.szegedi.spring.web.jsflow
Class FlowStateStorageException

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.szegedi.spring.web.jsflow.FlowStateStorageException
All Implemented Interfaces:
java.io.Serializable

public class FlowStateStorageException
extends org.springframework.core.NestedRuntimeException

Thrown when AbstractFlowStateStorage persistence fails.

Version:
$Id: FlowStateStorageException.java 10 2006-05-16 09:49:48Z szegedia $
Author:
Attila Szegedi
See Also:
Serialized Form

Constructor Summary
FlowStateStorageException(java.lang.String msg)
           
FlowStateStorageException(java.lang.String msg, java.lang.Throwable ex)
           
 
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

FlowStateStorageException

public FlowStateStorageException(java.lang.String msg)

FlowStateStorageException

public FlowStateStorageException(java.lang.String msg,
                                 java.lang.Throwable ex)