com.hp.lft.sdk

Class InvalidVersionException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidVersionException
    extends GeneralLeanFtException
    The exception that is thrown when a message with invalid version is received by the UFT Developer server.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • InvalidVersionException

        public InvalidVersionException()
        Constructs a new InvalidVersionException.
      • InvalidVersionException

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

        public InvalidVersionException(int errorCode,
                                       java.lang.String message)
        Constructs a new InvalidVersionException with the specified detail message and error code.
        Parameters:
        errorCode - the error code representing the error that occurred.
        message - the detail message.