compbio.metadata
Class JobSubmissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by compbio.metadata.JobSubmissionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LimitExceededException, UnsupportedRuntimeException

public class JobSubmissionException
extends Exception

Exception for generic problems with JobSubmission it is often thrown as a wrapper for the lower level exceptions like IOException or DrmaaException. If this exception is thrown the task has not been calculated

Author:
pvtroshin Date December 2009
See Also:
Serialized Form

Constructor Summary
JobSubmissionException(String message)
           
JobSubmissionException(String message, Throwable cause)
           
JobSubmissionException(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

JobSubmissionException

public JobSubmissionException(String message)

JobSubmissionException

public JobSubmissionException(Throwable cause)

JobSubmissionException

public JobSubmissionException(String message,
                              Throwable cause)