org.jminor.common.db.pool
Class ConnectionPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.jminor.common.db.pool.ConnectionPoolException
All Implemented Interfaces:
Serializable, Iterable<Throwable>
Direct Known Subclasses:
ConnectionPoolException.NoConnectionAvailable

public class ConnectionPoolException
extends SQLException

An exception originating from a ConnectionPool

See Also:
Serialized Form

Nested Class Summary
static class ConnectionPoolException.NoConnectionAvailable
          An exception indicating that no connection is available in the connection pool
 
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