edu.sc.seis.fissuresUtil.xml
Class DataRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sc.seis.fissuresUtil.xml.DataRetrievalException
All Implemented Interfaces:
java.io.Serializable

public class DataRetrievalException
extends java.lang.Exception

Exception to be thrown if there is an error in retrieving data. Created: Fri Apr 11 14:57:41 2003

See Also:
Serialized Form

Constructor Summary
DataRetrievalException(java.lang.String s)
           
DataRetrievalException(java.lang.String s, java.lang.Exception e)
           
 
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

DataRetrievalException

public DataRetrievalException(java.lang.String s)

DataRetrievalException

public DataRetrievalException(java.lang.String s,
                              java.lang.Exception e)