org.opennms.bb.common.db
Class DBOpenFailureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.opennms.bb.common.db.DBOpenFailureException
All Implemented Interfaces:
Serializable

public class DBOpenFailureException
extends Exception

This exception is used to indicate that the application was unable to open a connection to the database.

Version:
$Revision: 1.1 $
Author:
Jason Johns, OpenNMS
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DBOpenFailureException(String detail)
          Default constructor, calls the Exception constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DBOpenFailureException

public DBOpenFailureException(String detail)
Default constructor, calls the Exception constructor.
Parameters:
String - detail, information on the exception