dlife.tools.xgrid
Class XGridFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dlife.tools.xgrid.XGridFailureException
- All Implemented Interfaces:
- Serializable
public class XGridFailureException
- extends Exception
Exception that is thrown when
- Version:
- Apr 1, 2011
- 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 |
XGridFailureException
public XGridFailureException(String msg)
- Construct a new XGridFailureException.
- Parameters:
msg - the error message.