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.HardwareNotDetectedException
All Implemented Interfaces:
Serializable

public class HardwareNotDetectedException
extends Exception

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(PieceOfHardware aPieceOfHardware)
           
HardwareNotDetectedException(PieceOfHardware aPieceOfHardware, String msg)
           
HardwareNotDetectedException(String msg)
          Constructs an instance of HardwareNotDetectedException with the specified detail message.
 
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(PieceOfHardware aPieceOfHardware)

HardwareNotDetectedException

public HardwareNotDetectedException(PieceOfHardware aPieceOfHardware,
                                    String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 LSST. All Rights Reserved.