com.cosylab.epics.caj.impl.handlers
Class ResponseRequestExceptionHandler
java.lang.Object
com.cosylab.epics.caj.impl.handlers.ResponseRequestExceptionHandler
- All Implemented Interfaces:
- ExceptionHandler
public class ResponseRequestExceptionHandler
- extends Object
- implements ExceptionHandler
- Version:
- $id$
- Author:
- Matej Sekoranja
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected CAJContext context
- Context instance.
ResponseRequestExceptionHandler
public ResponseRequestExceptionHandler(CAJContext context)
- Parameters:
context -
handleException
public void handleException(int errorCode,
int cid,
String errorMessage,
ByteBuffer originalHeaderBuffer)
- Description copied from interface:
ExceptionHandler
- Exception response notification.
- Specified by:
handleException in interface ExceptionHandler
- Parameters:
errorCode - exception code.cid - channel ID, can me 0.errorMessage - received detailed message.originalHeaderBuffer - original request header buffer causing this exception.- See Also:
ExceptionHandler.handleException(int, int, java.lang.String, java.nio.ByteBuffer)
Copyright © 2004-2013 Cosylab. All Rights Reserved.