com.sun.grid.jgrid
Class JGridException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.grid.jgrid.JGridException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CommandFailedException, ComputeException, JobCanceledException, NotInterruptableException

public class JGridException
extends java.lang.Exception

This class is the parent Exception for all JGrid Exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JGridException()
          Creates a new instance of JGridException without detail message.
JGridException(java.lang.String msg)
          Constructs an instance of JGridException with the specified detail message.
 
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

JGridException

public JGridException()
Creates a new instance of JGridException without detail message.


JGridException

public JGridException(java.lang.String msg)
Constructs an instance of JGridException with the specified detail message.

Parameters:
msg - the detail message.