Class MobileCenterNotConnectedException

All Implemented Interfaces:
Serializable

public class MobileCenterNotConnectedException extends LabNotConnectedException
The exception that is thrown when the runtime engine is not connected to OpenText Functional Testing Lab.
See Also:
  • Constructor Details

    • MobileCenterNotConnectedException

      public MobileCenterNotConnectedException()
    • MobileCenterNotConnectedException

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

      public MobileCenterNotConnectedException(int errorCode, 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.