public interface IExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onException(java.lang.Exception ex,
byte[] buffer)
When the Exception Occurred.
|
void |
onException(java.lang.Exception ex,
ISegmentSet objISegmentSet)
Invoked when exception is raised.
|
void onException(java.lang.Exception ex,
byte[] buffer)
ex - Exception occurred while receiving deferred responses.buffer - data for which exception is raised.void onException(java.lang.Exception ex,
ISegmentSet objISegmentSet)
ex - Exception raisedobjISegmentSet - Specifies Object of Segment Set.