it.eng.spago.workflow.api
Class WorkflowEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spago.workflow.api.WorkflowEngineException
All Implemented Interfaces:
java.io.Serializable

public class WorkflowEngineException
extends java.lang.Exception

Author:
zoppello This class wrap native workflow engine specific engine Exception to a common class for SpagoWorkflowAPI.
See Also:
Serialized Form

Constructor Summary
WorkflowEngineException(java.lang.Exception cause)
           
 
Method Summary
 void printStackTrace(java.io.PrintStream s)
          Prints this throwable and its backtrace to the specified print stream.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowEngineException

public WorkflowEngineException(java.lang.Exception cause)
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Prints this throwable and its backtrace to the specified print stream.

Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
s - PrintStream to use for output