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
public class WorkflowFailedException extends RuntimeException
The Class WorkflowFailedException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowFailedException(String msg)
Instantiates 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 Detail
-
WorkflowFailedException
public WorkflowFailedException(String msg, Exception e)
Instantiates a new workflow failed exception.- Parameters:
msg
- the msge
- the e
-
WorkflowFailedException
public WorkflowFailedException(String msg)
Instantiates a new workflow failed exception.- Parameters:
msg
- the msg
-
-