dlife.tools.xgrid
Class BadXgridCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadXgridCommandException
public BadXgridCommandException(String msg)
- Construct a new BadXgridCommandException.
- Parameters:
msg - the exception message.