edu.sc.seis.fissuresUtil.database
Class NotFound

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

public class NotFound
extends java.lang.Exception

Indicates that a request to the database did not generate any result. Created: Wed Dec 6 11:07:20 2000

See Also:
Serialized Form

Constructor Summary
NotFound()
           
NotFound(java.lang.String mesg)
           
NotFound(java.lang.String mesg, java.lang.Throwable t)
           
 
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

NotFound

public NotFound()

NotFound

public NotFound(java.lang.String mesg)

NotFound

public NotFound(java.lang.String mesg,
                java.lang.Throwable t)