dLife Home Page

dlife.tools.xgrid
Class XGridFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
XGridFailureException(String msg)
          Construct a new XGridFailureException.
 
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

XGridFailureException

public XGridFailureException(String msg)
Construct a new XGridFailureException.

Parameters:
msg - the error message.

dLife Home Page