public class ConnectionPoolException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
CONFLICTING_POOL_SIZES
The return code indicating that the minimum and maximum pool sizes conflict.
|
static int |
MAX_CONNECTIONS_REACHED
The 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