org.apache.openejb.client
Class ConnectionPoolTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.openejb.client.ConnectionPoolTimeoutException
All Implemented Interfaces:
Serializable

public class ConnectionPoolTimeoutException
extends IOException

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
ConnectionPoolTimeoutException()
           
ConnectionPoolTimeoutException(String s)
           
ConnectionPoolTimeoutException(String s, Exception e)
           
 
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

ConnectionPoolTimeoutException

public ConnectionPoolTimeoutException()

ConnectionPoolTimeoutException

public ConnectionPoolTimeoutException(String s,
                                      Exception e)

ConnectionPoolTimeoutException

public ConnectionPoolTimeoutException(String s)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.