util.sql
Class DatabaseQueryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--util.sql.DatabaseQueryException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseQueryException
extends java.lang.RuntimeException

Exception thrown when an attempt to query the database fails. Sublasses runtime exception to avoid declaring it up the call stack.

Since:
12/2/2001
Version:
1.0
Author:
Ryan Daigle
See Also:
Serialized Form

Constructor Summary
DatabaseQueryException()
           
DatabaseQueryException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseQueryException

public DatabaseQueryException()

DatabaseQueryException

public DatabaseQueryException(java.lang.String message)