com.hp.lft.sdk

Class MessageTypeNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MessageTypeNotSupportedException
    extends GeneralLeanFtException
    The exception that is thrown when a not supported message type received by the UFT Developer server.
    See Also:
    Serialized Form
    • 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

      • MessageTypeNotSupportedException

        public MessageTypeNotSupportedException()
        Constructs a new MessageTypeNotSupportedException.
      • MessageTypeNotSupportedException

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

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