com.jcorporate.expresso.core.db.exception
Class ConnectionPoolException
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
- 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
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 Stringt - 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.
Please see www.jcorporate.com for information about new Expresso releases.