gov.nih.nci.caarray.services.security.db
Class PoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.security.db.PoolException
All Implemented Interfaces:
java.io.Serializable

public class PoolException
extends java.lang.Exception

Throws when there is a failure in JDBC Connection Pool.

See Also:
Serialized Form

Constructor Summary
PoolException()
           
PoolException(java.lang.String s)
           
 
Method Summary
 
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

PoolException

public PoolException()

PoolException

public PoolException(java.lang.String s)