Class MobileReplayException

All Implemented Interfaces:
Serializable

public class MobileReplayException extends GeneralReplayException
Represents errors that occur while running tests on mobile applications.
See Also:
  • Constructor Details

    • MobileReplayException

      public MobileReplayException(TestObject testObject)
      Constructs a new MobileReplayException with the test object on which the replay failed.
      Parameters:
      testObject - the test object on which the replay failed.
    • MobileReplayException

      public MobileReplayException(TestObject testObject, String message)
      Constructs a new MobileReplayException with the test object on which the replay failed and the specified detail message.
      Parameters:
      testObject - the test object, on which the replay failed.
      message - the detail message.
    • MobileReplayException

      public MobileReplayException(TestObject testObject, int errorCode, String message)
      Constructs a new MobileReplayException with the test object on which the replay failed, the error code, and the specified detail message.
      Parameters:
      testObject - the test object, on which the replay failed.
      errorCode - the error code representing the error that occurred.
      message - the detail message.