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

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

public class SDORequestError
extends CanOpenError

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

Author:
virieux
See Also:
Serialized Form

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

SDORequestError

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


SDORequestError

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

Parameters:
msg - the detail message.

SDORequestError

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

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 LSST. All Rights Reserved.