util.sql
Class DatabaseUpdateException

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

public class DatabaseUpdateException
extends java.lang.RuntimeException

Exception thrown when an attempt to update 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
DatabaseUpdateException()
           
DatabaseUpdateException(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

DatabaseUpdateException

public DatabaseUpdateException()

DatabaseUpdateException

public DatabaseUpdateException(java.lang.String message)