goldengate.common.database
Class DbConnectionPool.TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by goldengate.common.database.DbConnectionPool.TimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
DbConnectionPool

public static class DbConnectionPool.TimeoutException
extends RuntimeException

Thrown in when no free connection becomes available within timeout seconds.

See Also:
Serialized Form

Constructor Summary
DbConnectionPool.TimeoutException()
           
 
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

DbConnectionPool.TimeoutException

public DbConnectionPool.TimeoutException()


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.