|
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.ServiceException
|
+--bea.jolt.pool.ServiceException
This exception is thrown when an error occurs in the execution of a BEA TUXEDO service. Information about the BEA TUXEDO error is contained in this class. Refer to the BEA Jolt User Guide for a list of BEA TUXEDO error codes, and the methods in bea.jolt.ServiceException that are used to access BEA TUXEDO error messages.
| 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 |
ServiceException(int errno,
java.lang.Object s,
java.lang.String msg,
int ext_errno,
java.lang.String ext_msg)
Creates a ServiceException object with an error number, a diagnostic message, a detail error number, a detailed diagnostic message and an object that threw the exception. |
protected |
ServiceException(java.lang.String msg,
java.lang.Exception e)
Creates a ServiceException object |
| Methods inherited from class bea.jolt.ServiceException |
getErrorDetail,
getStringErrorDetail |
| 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 ServiceException(java.lang.String msg,
java.lang.Exception e)
msg - A diagnostic message or nulle - null or a nested exception that causes this exception
protected ServiceException(int errno,
java.lang.Object s,
java.lang.String msg,
int ext_errno,
java.lang.String ext_msg)
errno - Error numbers - Object that threw the exceptionext_errno - Detailed error numberext_msg - Detailed diagnostic message
|
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 | |||||||||