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
|
Method Summary |
void |
handleException(int errorCode,
int cid,
java.lang.String errorMessage,
java.nio.ByteBuffer originalHeaderBuffer)
Exception response notification. |
handleException
void handleException(int errorCode,
int cid,
java.lang.String errorMessage,
java.nio.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-2011 Cosylab. All Rights Reserved.