IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

com.rational.test.ft
Class RationalTestRemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.rational.test.ft.RationalTestException
                  extended bycom.rational.test.ft.NestedException
                      extended bycom.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)
           
 
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, create, fillinCombinedStackTrace, getClassName, getContextDescription, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, stackTraceString, throwIt
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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