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, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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-2021 Apache Software Foundation. All Rights Reserved.