org.eclipse.emf.mwe.ewm.workflow.runtime
Class WorkflowRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.mwe.ewm.workflow.runtime.WorkflowRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class WorkflowRuntimeException
extends java.lang.Exception

Author:
bhunt
See Also:
Serialized Form

Constructor Summary
WorkflowRuntimeException()
           
WorkflowRuntimeException(java.lang.String arg0)
           
WorkflowRuntimeException(java.lang.String arg0, java.lang.Throwable arg1)
           
WorkflowRuntimeException(java.lang.Throwable arg0)
           
 
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

WorkflowRuntimeException

public WorkflowRuntimeException()

WorkflowRuntimeException

public WorkflowRuntimeException(java.lang.String arg0)
Parameters:
arg0 -

WorkflowRuntimeException

public WorkflowRuntimeException(java.lang.Throwable arg0)
Parameters:
arg0 -

WorkflowRuntimeException

public WorkflowRuntimeException(java.lang.String arg0,
                                java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -