com.cosylab.epics.caj.impl
Interface ExceptionHandler
- All Known Implementing Classes:
- ExceptionResponse, ResponseRequestExceptionHandler
public interface ExceptionHandler
Interface defining exception response handler.
- Version:
- $id$
- Author:
- Matej Sekoranja
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.
Copyright © 2004-2013 Cosylab. All Rights Reserved.