Package com.hp.lft.sdk
Class LabNotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.LabNotConnectedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MobileCenterNotConnectedException
The exception that is thrown when the runtime engine is not connected to the expected Lab.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newLabNotConnectedException.LabNotConnectedException(int errorCode, String message) Constructs a newLabNotConnectedExceptionwith the specified detail message and error code.LabNotConnectedException(String message) Constructs a newLabNotConnectedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LabNotConnectedException
public LabNotConnectedException()Constructs a newLabNotConnectedException. -
LabNotConnectedException
Constructs a newLabNotConnectedExceptionwith the specified detail message.- Parameters:
message- the detail message.
-
LabNotConnectedException
Constructs a newLabNotConnectedExceptionwith the specified detail message and error code.- Parameters:
errorCode- the error code representing the error that occurred.message- the detail message.
-