Class NoValidLicenseException

All Implemented Interfaces:
Serializable

public class NoValidLicenseException extends GeneralLeanFtException
The exception that is thrown when no valid OpenText Functional Testing for Developers license is found.
See Also:
  • Constructor Details

    • NoValidLicenseException

      public NoValidLicenseException()
      Constructs a new NoValidLicenseException.
    • NoValidLicenseException

      public NoValidLicenseException(String message)
      Constructs a new NoValidLicenseException with a specified detail message.
      Parameters:
      message - the detail message.
    • NoValidLicenseException

      public NoValidLicenseException(int errorCode, String message)
      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.