org.embl.ebi.escience.scufl.enactor
Class WorkflowSubmissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.embl.ebi.escience.scufl.ScuflException
              extended by 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

Constructor Summary
WorkflowSubmissionException()
           
WorkflowSubmissionException(java.lang.String message)
           
WorkflowSubmissionException(java.lang.String message, java.lang.Throwable cause)
           
WorkflowSubmissionException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)