com.hp.lft.sdk

Class InvalidMessageFieldException

  • All Implemented Interfaces:
    java.io.Serializable


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

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

      • InvalidMessageFieldException

        public InvalidMessageFieldException()
        Constructs a new InvalidMessageFieldException.
      • InvalidMessageFieldException

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

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