com.hp.lft.sdk

Class MobileCenterNotConnectedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MobileCenterNotConnectedException
    extends LabNotConnectedException
    The exception that is thrown when the UFT Developer runtime engine is not connected to Digital Lab (UFT Mobile).
    See Also:
    Serialized Form
    • Constructor Detail

      • MobileCenterNotConnectedException

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

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