Serializable
public class ConnectionPoolException extends Exception
Modifier and Type | Field | 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 | Description |
---|---|---|
Exception |
getException() |
Returns the original exception.
|
int |
getReturnCode() |
Returns the return code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int CONFLICTING_POOL_SIZES
public static final int MAX_CONNECTIONS_REACHED
public Exception getException()
public int getReturnCode()
Copyright © 2024. All rights reserved.