uk.org.ogsadai.resource.dataresource.jdbc
Class JDBCCloseConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ogsadai.exception.DAIException
              extended by uk.org.ogsadai.resource.dataresource.jdbc.JDBCCloseConnectionException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation

public class JDBCCloseConnectionException
extends DAIException

A problem was encountered when closing an JDBC connection.

Associated with error code: uk.org.ogsadai.UNABLE_TO_CLOSE_JDBC_CONNECTION.

Author:
The OGSA-DAI Project Team
See Also:
Serialized Form

Constructor Summary
JDBCCloseConnectionException(java.lang.Throwable e)
          Constructor.
 
Method Summary
 
Methods inherited from class uk.org.ogsadai.exception.DAIException
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

JDBCCloseConnectionException

public JDBCCloseConnectionException(java.lang.Throwable e)
Constructor.

Parameters:
e - Exception that caused the problem.