com.jcorporate.expresso.core.db.exception
Class PoolFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.db.DBException
com.jcorporate.expresso.core.db.exception.ConnectionPoolException
com.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
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 Stringt - 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.
Please see www.jcorporate.com for information about new Expresso releases.