public class PoolExhaustedException extends SQLException
| Constructor and Description | 
|---|
| PoolExhaustedException() | 
| PoolExhaustedException(String reason) | 
| PoolExhaustedException(String reason,
                      String SQLState) | 
| PoolExhaustedException(String reason,
                      String SQLState,
                      int vendorCode) | 
| PoolExhaustedException(String reason,
                      String sqlState,
                      int vendorCode,
                      Throwable cause) | 
| PoolExhaustedException(String reason,
                      String sqlState,
                      Throwable cause) | 
| PoolExhaustedException(String reason,
                      Throwable cause) | 
| PoolExhaustedException(Throwable cause) | 
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PoolExhaustedException()
public PoolExhaustedException(String reason)
public PoolExhaustedException(Throwable cause)
public PoolExhaustedException(String reason, String SQLState, int vendorCode)
public PoolExhaustedException(String reason, String sqlState, Throwable cause)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.