com.hp.lft.sdk

Class ReplayObjectNotUniqueException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ReplayObjectNotUniqueException
    extends GeneralReplayException
    The exception that is thrown when a test object's description is not sufficient to uniquely identify the test object in the AUT.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructor and Description
      ReplayObjectNotUniqueException(TestObject testObject)
      Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed.
      ReplayObjectNotUniqueException(TestObject testObject, int errorCode, java.lang.String message)
      Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed and the specified detail message and error code.
      ReplayObjectNotUniqueException(TestObject testObject, java.lang.String message)
      Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed and the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReplayObjectNotUniqueException

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

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

        public ReplayObjectNotUniqueException(TestObject testObject,
                                              int errorCode,
                                              java.lang.String message)
        Constructs a new ReplayObjectNotUniqueException 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.