Package de.uka.ipd.sdq.workflow
Class WorkflowFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uka.ipd.sdq.workflow.WorkflowFailedException
- All Implemented Interfaces:
Serializable
The Class WorkflowFailedException.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new workflow failed exception.WorkflowFailedException
(String msg, Exception e) Instantiates a new workflow failed exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowFailedException
Instantiates a new workflow failed exception.- Parameters:
msg
- the msge
- the e
-
WorkflowFailedException
Instantiates a new workflow failed exception.- Parameters:
msg
- the msg
-