com.rational.test.ft

Class 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 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