com.cafesoft.core.jdbc
Class ConnectionPoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
com.cafesoft.core.jdbc.ConnectionPoolException
- All Implemented Interfaces:
- Serializable
public class ConnectionPoolException
- extends NestedException
Exception thrown if an error occurs with the
ConnectionPool objects
- Since:
- 10/31/02
- See Also:
NestedException,
ConnectionPool,
ConnectionPoolManager,
PoolableConnectionFactory,
Serialized Form
ConnectionPoolException
public ConnectionPoolException(String message)
- Create a ConnectionPoolException with a detailed message
- Parameters:
message - detailed message about the Exception
ConnectionPoolException
public ConnectionPoolException(Exception cause)
- Create a ConnectionPoolException with an Exception
that caused this Exception
- Parameters:
cause - the underlying exception that was the cause (if any)
ConnectionPoolException
public ConnectionPoolException(String message,
Exception cause)
- Create a ConnectionPoolException with a detailed message
and an Exception that caused this Exception
- Parameters:
message - detailed message about the Exceptioncause - the underlying exception that was the cause (if any)
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.