com.hp.lft.sdk

Class NoValidLicenseException

  • All Implemented Interfaces:
    java.io.Serializable


    public class NoValidLicenseException
    extends GeneralLeanFtException
    The exception that is thrown when no valid UFT Developer license is found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructor and Description
      NoValidLicenseException()
      Constructs a new NoValidLicenseException.
      NoValidLicenseException(int errorCode, java.lang.String message)
      Constructs a new NoValidLicenseException with a specified detail message and error code.
      NoValidLicenseException(java.lang.String message)
      Constructs a new NoValidLicenseException with a 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

      • NoValidLicenseException

        public NoValidLicenseException()
        Constructs a new NoValidLicenseException.
      • NoValidLicenseException

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

        public NoValidLicenseException(int errorCode,
                                       java.lang.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.