com.ibm.rational.test.lt.kernel.services

Class RPTStopUserEvent

  • All Implemented Interfaces:
    Serializable, Cloneable


    public class RPTStopUserEvent
    extends RPTEvent
    RPTStopUserEvent is an RPTEvent that is thrown to stop the current virtual user. This exception is caught by KVirtualUser. When caught, KVirtualUser reports a message event in the testLog with the severity set via RPTEvent.setSeverity() and if RPTEvent.isShowStackTrace() returns true the stack trace for the origin of the exception is included in the message event.
    See Also:
    Serialized Form
    • Constructor Detail

      • RPTStopUserEvent

        public RPTStopUserEvent()
      • RPTStopUserEvent

        public RPTStopUserEvent(String message)
      • RPTStopUserEvent

        public RPTStopUserEvent(Throwable cause)
      • RPTStopUserEvent

        public RPTStopUserEvent(String message,
                        Throwable cause)
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.