|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.epics.caj.impl.handlers.ResponseRequestExceptionHandler
public class ResponseRequestExceptionHandler
| Field Summary | |
|---|---|
protected CAJContext |
context
Context instance. |
| Constructor Summary | |
|---|---|
ResponseRequestExceptionHandler(CAJContext context)
|
|
| Method Summary | |
|---|---|
void |
handleException(int errorCode,
int cid,
java.lang.String errorMessage,
java.nio.ByteBuffer originalHeaderBuffer)
Exception response notification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CAJContext context
| Constructor Detail |
|---|
public ResponseRequestExceptionHandler(CAJContext context)
context - | Method Detail |
|---|
public void handleException(int errorCode,
int cid,
java.lang.String errorMessage,
java.nio.ByteBuffer originalHeaderBuffer)
ExceptionHandler
handleException in interface ExceptionHandlererrorCode - exception code.cid - channel ID, can me 0.errorMessage - received detailed message.originalHeaderBuffer - original request header buffer causing this exception.ExceptionHandler.handleException(int, int, java.lang.String, java.nio.ByteBuffer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||