Class LabNotConnectedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MobileCenterNotConnectedException

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

    • LabNotConnectedException

      public LabNotConnectedException()
      Constructs a new LabNotConnectedException.
    • LabNotConnectedException

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

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