Package com.cosylab.epics.caj.impl
Interface ExceptionHandler
-
- All Known Implementing Classes:
ExceptionResponse,ResponseRequestExceptionHandler
public interface ExceptionHandlerInterface defining exception response handler.- Version:
- $id$
- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleException(int errorCode, int cid, String errorMessage, ByteBuffer originalHeaderBuffer)Exception response notification.
-
-
-
Method Detail
-
handleException
void handleException(int errorCode, int cid, String errorMessage, ByteBuffer originalHeaderBuffer)Exception response notification.- Parameters:
errorCode- exception code.cid- channel ID, can me 0.errorMessage- received detailed message.originalHeaderBuffer- original request header buffer causing this exception.
-
-