com.darwinsys.database
Class DataBaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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 application code outside of DAOs and the like does not need to know SQLException.

See Also:
Serialized Form

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

DataBaseException

public DataBaseException()

DataBaseException

public DataBaseException(java.lang.String msg)


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.