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

Constructor Summary
ConnectionPoolException(Exception cause)
          Create a ConnectionPoolException with an Exception that caused this Exception
ConnectionPoolException(String message)
          Create a ConnectionPoolException with a detailed message
ConnectionPoolException(String message, Exception cause)
          Create a ConnectionPoolException with a detailed message and an Exception that caused this Exception
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Exception
cause - the underlying exception that was the cause (if any)


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.