public class SDOException
extends org.lsst.ccs.drivers.commons.DriverException
| Constructor and Description |
|---|
SDOException(int nodeID,
int index,
int subindex,
int errCode,
int abortCode) |
SDOException(String message,
int nodeID,
int index,
int subindex,
int errCode,
int abortCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAbortCode() |
int |
getErrCode()
Deprecated.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SDOException(int nodeID,
int index,
int subindex,
int errCode,
int abortCode)
public SDOException(String message, int nodeID, int index, int subindex, int errCode, int abortCode)
@Deprecated public int getErrCode()
public int getAbortCode()
Copyright © 2023 LSST. All rights reserved.