com.hp.lft.sdk

Class LabNotConnectedException

    • Constructor Detail

      • LabNotConnectedException

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

        public LabNotConnectedException(int errorCode,
                                        java.lang.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.