com.hp.lft.sdk

Class ServerAlreadyInRecordModeException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ServerAlreadyInRecordModeException
    extends GeneralLeanFtException
    The exception that is thrown, when a start record request is received by the UFT Developer server, which is already in a record mode.
    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

      • ServerAlreadyInRecordModeException

        public ServerAlreadyInRecordModeException()
        Constructs a new ServerAlreadyInRecordModeException.
      • ServerAlreadyInRecordModeException

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

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