|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--bea.jolt.JoltException
|
+--bea.jolt.SessionException
|
+--bea.jolt.pool.SessionPoolException
This exception is thrown when there is an error in the session pool. Refer to the BEA Jolt User Guide for information about bea.jolt.SessionException.
| Fields inherited from class bea.jolt.JoltException |
TPEABORT,
TPEBADDESC,
TPEBLOCK,
TPEDIAGNOSTIC,
TPEEVENT,
TPEHAZARD,
TPEHEURISTIC,
TPEINVAL,
TPEIO,
TPEITYPE,
TPEJOLT,
TPELIMIT,
TPEMATCH,
TPEMIB,
TPENOENT,
TPEOS,
TPEOTYPE,
TPEPERM,
TPEPROTO,
TPERELEASE,
TPERMERR,
TPESVCERR,
TPESVCFAIL,
TPESYSTEM,
TPETIME,
TPETRAN,
TPGOTSIG |
| Constructor Summary | |
protected |
SessionPoolException(int urcode,
int errno,
java.lang.Object s,
java.lang.String msg)
Creates a SessionPoolException object with an error number, a diagnostic message, a nested exception and the object that threw the exception. |
protected |
SessionPoolException(java.lang.String msg,
java.lang.Exception e)
Creates a SessionPoolException object. |
| Methods inherited from class bea.jolt.SessionException |
getApplicationCode |
| Methods inherited from class bea.jolt.JoltException |
getErrno,
getObject,
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
protected SessionPoolException(java.lang.String msg,
java.lang.Exception e)
msg - Diagnostic message or nulle - null or a nested exception that causes this exception
protected SessionPoolException(int urcode,
int errno,
java.lang.Object s,
java.lang.String msg)
urcode - Application return code.errno - Error number.s - Object that threw the exceptionmsg - Diagnostic messagee - null or a nested exception that causes this exception
|
Documentation is available at http://www.weblogic.com/docs51 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||