dLife Home Page

dlife.tools.xgrid
Class BadXgridCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dlife.tools.xgrid.BadXgridCommandException
All Implemented Interfaces:
Serializable

public class BadXgridCommandException
extends RuntimeException

An Exception that is thrown when an error occurs during submission of a job to the xgrid. When a job is successfully submitted the xgrid responds with a job identifier. So this Exception is thrown any time the response from xgrid is not a job identifier.

Version:
Jun 7, 2007
Author:
Grant Braught, Dickinson College
See Also:
Serialized Form

Constructor Summary
BadXgridCommandException(String msg)
          Construct a new BadXgridCommandException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadXgridCommandException

public BadXgridCommandException(String msg)
Construct a new BadXgridCommandException.

Parameters:
msg - the exception message.

dLife Home Page