Package com.hp.lft.sdk.te
Class HllapiNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.GeneralReplayException
com.hp.lft.sdk.te.HllapiNotFoundException
- All Implemented Interfaces:
- Serializable
Represents the HLLAPI Not Found error that occurs when running a TE testing project.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionHllapiNotFoundException(TestObject testObject, int errorCode, String message) Constructs a new HllapiNotFoundException with the test object the specified detail message and error code.HllapiNotFoundException(TestObject testObject, String message) Constructs a new HllapiNotFoundException with the test object.
- 
Method SummaryMethods inherited from class com.hp.lft.sdk.GeneralReplayExceptiongetTestObjectMethods inherited from class com.hp.lft.sdk.GeneralLeanFtExceptiongetErrorCodeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
HllapiNotFoundExceptionConstructs a new HllapiNotFoundException with the test object.- Parameters:
- testObject- the test object.
- message- the detailed message.
 
- 
HllapiNotFoundExceptionConstructs a new HllapiNotFoundException 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 detailed message.
 
 
-