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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
DBOpenFailureException
public DBOpenFailureException(String detail)
- Default constructor, calls the Exception constructor.
- Parameters:
String
- detail, information on the exception