edu.sc.seis.sod
Class InvalidDatabaseStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sc.seis.sod.InvalidDatabaseStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDatabaseStateException
extends java.lang.Exception

InvalidDatabaseStateException.java Created: Mon Jan 27 11:39:50 2003

See Also:
Serialized Form

Constructor Summary
InvalidDatabaseStateException()
           
InvalidDatabaseStateException(java.lang.String s)
           
InvalidDatabaseStateException(java.lang.String s, java.lang.Throwable 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

InvalidDatabaseStateException

public InvalidDatabaseStateException()

InvalidDatabaseStateException

public InvalidDatabaseStateException(java.lang.String s)

InvalidDatabaseStateException

public InvalidDatabaseStateException(java.lang.String s,
                                     java.lang.Throwable e)