org.embl.ebi.escience.scufl.enactor
Class WorkflowSubmissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.embl.ebi.escience.scufl.ScuflException
org.embl.ebi.escience.scufl.enactor.WorkflowSubmissionException
- All Implemented Interfaces:
- java.io.Serializable
public class WorkflowSubmissionException
- extends ScuflException
Thrown when an error occurs during workflow submission, wraps the real
exception using the standard exception chaining mechanism
- Author:
- Tom Oinn
- See Also:
- Serialized Form
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorkflowSubmissionException
public WorkflowSubmissionException()
WorkflowSubmissionException
public WorkflowSubmissionException(java.lang.String message)
WorkflowSubmissionException
public WorkflowSubmissionException(java.lang.Throwable cause)
WorkflowSubmissionException
public WorkflowSubmissionException(java.lang.String message,
java.lang.Throwable cause)