public interface ExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(int errorCode,
int cid,
String errorMessage,
ByteBuffer originalHeaderBuffer)
Exception response notification.
|
void handleException(int errorCode,
int cid,
String errorMessage,
ByteBuffer originalHeaderBuffer)
errorCode - exception code.cid - channel ID, can me 0.errorMessage - received detailed message.originalHeaderBuffer - original request header buffer causing this exception.Copyright © 2004-2020 EPICS. All Rights Reserved.