|
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
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, int uerr, int urcode, int detail, int diagnostic, int revent, Reply aRplyRtn)
public TPReplyException(int err, int uerr, int urcode, int detail, Reply aRplyRtn)
public TPReplyException(int err, Reply aRplyRtn) throws TPException
TPException
- if there is an invalid inputMethod Detail |
public Reply getExceptionReply()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |