net.spy.db
Class DBInitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended bynet.spy.db.DBInitException
All Implemented Interfaces:
Serializable

public class DBInitException
extends SQLException

Exception thrown when there's a database initialization problem.

See Also:
Serialized Form

Constructor Summary
DBInitException()
          Get an instance of DBInitException.
DBInitException(String msg)
          Get an instance of DBInitException with a message.
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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

DBInitException

public DBInitException()
Get an instance of DBInitException.


DBInitException

public DBInitException(String msg)
Get an instance of DBInitException with a message.