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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.HardwareException
              extended by org.lsst.ccs.subsystems.fcs.errors.CanOpenException
                  extended by org.lsst.ccs.subsystems.fcs.errors.SDORequestException
All Implemented Interfaces:
Serializable

public class SDORequestException
extends CanOpenException

This exception is throwned when a read SDO command returns an error code.

Author:
virieux
See Also:
Serialized Form

Constructor Summary
SDORequestException()
          Creates a new instance of SDORequestError without detail message.
SDORequestException(String msg)
          Constructs an instance of SDORequestError with the specified detail message.
SDORequestException(String msg, String nodeID, String errorCode, String index, String subindex, String errorName)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.errors.CanOpenException
setErrCode
 
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

SDORequestException

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


SDORequestException

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

Parameters:
msg - the detail message.

SDORequestException

public SDORequestException(String msg,
                           String nodeID,
                           String errorCode,
                           String index,
                           String subindex,
                           String errorName)
Method Detail

toString

public String toString()
Overrides:
toString in class CanOpenException


Copyright © 2013 LSST. All Rights Reserved.