com.opensymphony.workflow
Class StoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.opensymphony.workflow.WorkflowException
              extended by com.opensymphony.workflow.StoreException
All Implemented Interfaces:
Serializable

public class StoreException
extends WorkflowException

Author:
Hani Suleiman (hani@formicary.net) Date: May 10, 2003 Time: 11:29:45 AM
See Also:
Serialized Form

Constructor Summary
StoreException(String s)
           
StoreException(String s, Throwable ex)
           
StoreException(Throwable ex)
           
 
Method Summary
 
Methods inherited from class com.opensymphony.workflow.WorkflowException
getCause, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreException

public StoreException(String s)

StoreException

public StoreException(String s,
                      Throwable ex)

StoreException

public StoreException(Throwable ex)

OpenSymphony Workflow Project Page