|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
weblogic.wtc.jatmi.TPException
weblogic.wtc.jatmi.TPReplyException
public final class TPReplyException
This class is the exception that represents a TPException failure when there may also be user data on the exception that is thrown
Field Summary |
---|
Constructor Summary | |
---|---|
TPReplyException(int err,
int uerr,
int urcode,
int detail,
int diagnostic,
int revent,
Reply aRplyRtn)
This constructer sets the reply errno as well as the data which goes along with it |
|
TPReplyException(int err,
int uerr,
int urcode,
int detail,
Reply aRplyRtn)
This constructer sets the reply errno as well as the data which goes along with it |
|
TPReplyException(int err,
Reply aRplyRtn)
This is the constructor that should be used when throwing an exception from the TuxedoService interface. |
Method Summary | |
---|---|
Reply |
getExceptionReply()
Gets the data that goes along with this service failure |
Methods inherited from class weblogic.wtc.jatmi.TPException |
---|
getdiagnostic, getReplyRtn, getrevent, gettperrno, gettperrordetail, gettpurcode, getUunixerr, toString, tpstrerror, tpstrerrordetail |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TPReplyException(int err, Reply aRplyRtn) throws TPException
err
- Either TPException.TPESVCERR or TPException.TPESVCFAILaRplyRtn
- Shall contain the return user data and tpurcode
TPException
- if there is an invalid inputpublic TPReplyException(int err, int uerr, int urcode, int detail, Reply aRplyRtn)
err
- The TPException valueuerr
- The Uunixerr valueurcode
- The tpurcode valuedetail
- The tperrordetail valueaRplyRtn
- The data that was returned with this errorpublic TPReplyException(int err, int uerr, int urcode, int detail, int diagnostic, int revent, Reply aRplyRtn)
err
- The TPException valueuerr
- The Uunixerr valueurcode
- The tpurcode valuedetail
- The tperrordetail valuediagnostic
- The diagnostic valuerevent
- The conversational event which occurredaRplyRtn
- The data that was returned with this errorMethod Detail |
---|
public Reply getExceptionReply()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |