public class NodeIDMismatchException extends HardwareConfigurationException
| Constructor and Description |
|---|
NodeIDMismatchException(PieceOfHardware aPieceOfHardware,
String nodeID,
String serial)
Constructs an instance of
NodeIDMismatchException with the specified detail message. |
NodeIDMismatchException(String msg,
PieceOfHardware aPieceOfHardware,
String nodeID,
String serial) |
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NodeIDMismatchException(PieceOfHardware aPieceOfHardware, String nodeID, String serial)
NodeIDMismatchException with the specified detail message.msg - the detail message.public NodeIDMismatchException(String msg, PieceOfHardware aPieceOfHardware, String nodeID, String serial)
Copyright © 2014 LSST. All Rights Reserved.