util.sql
Class DatabaseConnectionException

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

public class DatabaseConnectionException
extends java.lang.RuntimeException

Exception thrown when a database connection cannot be established.

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

Constructor Summary
DatabaseConnectionException()
           
DatabaseConnectionException(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

DatabaseConnectionException

public DatabaseConnectionException()

DatabaseConnectionException

public DatabaseConnectionException(java.lang.String message)