org.apache.tomcat.jdbc.pool
Class PoolExhaustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.apache.tomcat.jdbc.pool.PoolExhaustedException
- All Implemented Interfaces:
- Serializable, Iterable<Throwable>
public class PoolExhaustedException
- extends SQLException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PoolExhaustedException
public PoolExhaustedException()
PoolExhaustedException
public PoolExhaustedException(String reason)
PoolExhaustedException
public PoolExhaustedException(Throwable cause)
PoolExhaustedException
public PoolExhaustedException(String reason,
String SQLState)
PoolExhaustedException
public PoolExhaustedException(String reason,
Throwable cause)
PoolExhaustedException
public PoolExhaustedException(String reason,
String SQLState,
int vendorCode)
PoolExhaustedException
public PoolExhaustedException(String reason,
String sqlState,
Throwable cause)
PoolExhaustedException
public PoolExhaustedException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.