Class ReplayItemNotUniqueException

All Implemented Interfaces:
Serializable

public class ReplayItemNotUniqueException extends GeneralReplayException
The exception that is thrown when an item of the test object can't be uniquely identified in the AUT.
See Also:
  • Constructor Details

    • ReplayItemNotUniqueException

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

      public ReplayItemNotUniqueException(TestObject testObject, String message)
      Constructs a new ReplayItemNotUniqueException 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.
    • ReplayItemNotUniqueException

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