|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.as400.access.ConnectionPoolException
The ConnectionPoolException class represents an exception which indicates that a problem occurred with the connection pool.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
Exception |
getException()
Returns the original exception. |
int |
getReturnCode()
Returns the return code. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CONFLICTING_POOL_SIZES
public static final int MAX_CONNECTIONS_REACHED
Method Detail |
public Exception getException()
public int getReturnCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |