Expresso 5-6

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

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
                      extended bycom.jcorporate.expresso.core.db.exception.PoolFullException
All Implemented Interfaces:
Serializable

public class PoolFullException
extends ConnectionPoolException

Exception that is thrown when the DBConnectionPool is full.

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
PoolFullException()
          Constructs a ConnectionPoolException with no detail message.
PoolFullException(String s)
          Constructs a ConnectionPoolException with the specified detail message.
PoolFullException(String s, Throwable t)
           
PoolFullException(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

PoolFullException

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


PoolFullException

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

Parameters:
s - the detail message.

PoolFullException

public PoolFullException(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.

PoolFullException

public PoolFullException(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.