Package com.hp.lft.sdk.te
Class ItemNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.GeneralReplayException
com.hp.lft.sdk.te.ItemNotFoundException
- All Implemented Interfaces:
Serializable
Represents not found item error that occur during when running a TE testing project.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemNotFoundException
(TestObject testObject, int errorCode, String message) Constructs a new ItemNotFoundException with the test object the specified detail message and error code.ItemNotFoundException
(TestObject testObject, String message) Constructs a new ItemNotFoundException with the test object -
Method Summary
Methods inherited from class com.hp.lft.sdk.GeneralReplayException
getTestObject
Methods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemNotFoundException
Constructs a new ItemNotFoundException with the test object- Parameters:
testObject
- the test object.message
- the detail message.
-
ItemNotFoundException
Constructs a new ItemNotFoundException with the test object the specified detail message and error code.- Parameters:
testObject
- the test object.errorCode
- the error code representing the error that occurred.message
- the detail message.
-