org.lsst.ccs.subsystems.fcs.errors
Class SDORequestError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.CanOpenError
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
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)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2012 LSST. All Rights Reserved.