org.opennms.netmgt.dao.db
Class DatabaseConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by 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

Constructor Summary
DatabaseConnectionException(String reason)
          Constructor for DatabaseConnectionException.
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseConnectionException

public DatabaseConnectionException(String reason)

Constructor for DatabaseConnectionException.

Parameters:
reason - a String object.


Copyright © 2011. All Rights Reserved.