IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft
Class RationalTestRemoteException

java.lang.Object   extended by java.lang.Throwable       extended by java.lang.Exception           extended by java.lang.RuntimeException               extended by com.rational.test.ft.RationalTestException
                  extended by com.rational.test.ft.NestedException
                      extended by com.rational.test.ft.RationalTestRemoteException
All Implemented Interfaces:
IRationalThrowable, java.io.Serializable

public class RationalTestRemoteException
extends NestedException

Thrown when an error occurs using the internal queued message facility.

Since:
RFT1.0
See Also:
Serialized Form

Constructor Summary
RationalTestRemoteException(java.lang.String message)
           
RationalTestRemoteException(java.lang.String message, java.lang.String nestedExceptionName, java.lang.String nestedExceptionMessage, java.lang.String nestedStackTrace)
           
RationalTestRemoteException(java.lang.String message, java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class com.rational.test.ft.NestedException
getNestedException, getNestedExceptionMessage, getNestedExceptionName, getNestedExceptionStackTrace, setNestedException, toString
 
Methods inherited from class com.rational.test.ft.RationalTestException
className, fillinCombinedStackTrace, getClassName, getContextDescription, getMessage, getReplacedExceptionMessage, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, stackTraceString, throwIt
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RationalTestRemoteException

public RationalTestRemoteException(java.lang.String message,                                    java.lang.String nestedExceptionName,                                    java.lang.String nestedExceptionMessage,                                    java.lang.String nestedStackTrace)
Since:
RFT1.0

RationalTestRemoteException

public RationalTestRemoteException(java.lang.String message,                                    java.lang.Throwable e)
Since:
RFT1.0

RationalTestRemoteException

public RationalTestRemoteException(java.lang.String message)
Since:
RFT1.0