public class HardwareNotDetectedException extends FcsHardwareException
hardwareName| Constructor and Description |
|---|
HardwareNotDetectedException()
Creates a new instance of
HardwareNotDetectedException
without detail message. |
HardwareNotDetectedException(String msg)
Constructs an instance of
HardwareNotDetectedException with
the specified detail message. |
HardwareNotDetectedException(String msg,
String name,
int nodeID,
String serialNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic HardwareNotDetectedException()
HardwareNotDetectedException
without detail message.public HardwareNotDetectedException(String msg)
HardwareNotDetectedException with
the specified detail message.msg - the detail message.public String toString()
toString in class FcsHardwareExceptionCopyright © 2021 LSST. All rights reserved.