com.darwinsys.database
Class DataBaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.darwinsys.database.DataBaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InsertException

public class DataBaseException
extends java.lang.RuntimeException

Checked Exception DataBase Failures (so most of code does not need to import SQLException).

See Also:
Serialized Form

Constructor Summary
DataBaseException()
           
DataBaseException(java.lang.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

DataBaseException

public DataBaseException()

DataBaseException

public DataBaseException(java.lang.String msg)


Copyright © 2000-2003 Ian F. Darwin. See license.html for usage license.