edu.neu.ccs.demeter.dj
Class FetchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.neu.ccs.demeter.dj.FetchException
All Implemented Interfaces:
Serializable

public class FetchException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FetchException(String msg)
           
 
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

FetchException

public FetchException(String msg)