org.lsst.ccs.subsystems.fcs.errors
Class HardwareNotDetectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.HardwareError
              extended by org.lsst.ccs.subsystems.fcs.errors.HardwareNotDetectedException
All Implemented Interfaces:
Serializable

public class HardwareNotDetectedException
extends HardwareError

This exception is thrown when we can't detect a given Serial Number on the Can Open network.

Author:
virieux
See Also:
Serialized Form

Constructor Summary
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, String nodeID, String serialNumber)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HardwareNotDetectedException

public HardwareNotDetectedException()
Creates a new instance of HardwareNotDetectedException without detail message.


HardwareNotDetectedException

public HardwareNotDetectedException(String msg)
Constructs an instance of HardwareNotDetectedException with the specified detail message.

Parameters:
msg - the detail message.

HardwareNotDetectedException

public HardwareNotDetectedException(String msg,
                                    String name,
                                    String nodeID,
                                    String serialNumber)
Method Detail

toString

public String toString()
Overrides:
toString in class HardwareError


Copyright © 2013 LSST. All Rights Reserved.