public class ConnectionPoolException
extends java.lang.Exception
| Modifier and Type | Field and Description | 
|---|---|
| static int | CONFLICTING_POOL_SIZESThe return code indicating that the minimum and maximum pool sizes conflict. | 
| static int | MAX_CONNECTIONS_REACHEDThe return code indicating that max connection limit has been reached. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Exception | getException()Returns the original exception. | 
| int | getReturnCode()Returns the return code. | 
public static final int CONFLICTING_POOL_SIZES
public static final int MAX_CONNECTIONS_REACHED