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