Expresso 5-6

com.jcorporate.expresso.core.db.exception
Class ConnectionPoolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.db.DBException
                  extended bycom.jcorporate.expresso.core.db.exception.ConnectionPoolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PoolFullException

public class ConnectionPoolException
extends DBException

Exception that is thrown by the ConnectionPool

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
ConnectionPoolException()
          Constructs a ConnectionPoolException with no detail message.
ConnectionPoolException(String s)
          Constructs a ConnectionPoolException with the specified detail message.
ConnectionPoolException(String s, Throwable t)
           
ConnectionPoolException(Throwable t)
           
 
Methods inherited from class com.jcorporate.expresso.core.db.DBException
getDBMessage, getMessage
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionPoolException

public ConnectionPoolException()
Constructs a ConnectionPoolException with no detail message.


ConnectionPoolException

public ConnectionPoolException(String s)
Constructs a ConnectionPoolException with the specified detail message.

Parameters:
s - the detail message.

ConnectionPoolException

public ConnectionPoolException(String s,
                               Throwable t)
Parameters:
s - The message String
t - java.lang.Throwable, presumably an exception you've already caught in another block of code.

ConnectionPoolException

public ConnectionPoolException(Throwable t)
Parameters:
t - java.lang.Throwable, presumably an exception you've already caught in another block of code.

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.