Package com.hp.lft.sdk
Class NoValidLicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.NoValidLicenseException
- All Implemented Interfaces:
Serializable
The exception that is thrown when no valid OpenText Functional Testing for Developers license is found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new NoValidLicenseException.NoValidLicenseException(int errorCode, String message) Constructs a new NoValidLicenseException with a specified detail message and error code.NoValidLicenseException(String message) Constructs a new NoValidLicenseException with a specified detail message. -
Method Summary
Methods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoValidLicenseException
public NoValidLicenseException()Constructs a new NoValidLicenseException. -
NoValidLicenseException
Constructs a new NoValidLicenseException with a specified detail message.- Parameters:
message- the detail message.
-
NoValidLicenseException
Constructs a new NoValidLicenseException with a specified detail message and error code.- Parameters:
errorCode- the error code representing the error that occurred.message- the detail message.
-