com.atomikos.datasource.pool
Class ConnectionPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atomikos.datasource.pool.ConnectionPoolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreateConnectionException, PoolExhaustedException

public class ConnectionPoolException
extends Exception

Common superclass for all exceptions thrown by the pooling mechanism.

See Also:
Serialized Form

Constructor Summary
ConnectionPoolException(String reason)
           
ConnectionPoolException(String reason, Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionPoolException

public ConnectionPoolException(String reason,
                               Exception cause)

ConnectionPoolException

public ConnectionPoolException(String reason)


Copyright © 2011. All Rights Reserved.