org.opennms.netmgt.dao.db
Class DatabaseConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.opennms.netmgt.dao.db.DatabaseConnectionException
- All Implemented Interfaces:
- Serializable, Iterable<Throwable>
public class DatabaseConnectionException
- extends SQLException
DatabaseConnectionException class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabaseConnectionException
public DatabaseConnectionException(String reason)
Constructor for DatabaseConnectionException.
- Parameters:
reason - a String object.
Copyright © 2011. All Rights Reserved.