public interface IExceptionReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onException(java.lang.Exception ex,
byte[] buffer)
Returns The Exception Occurred.
|
void |
onException(java.lang.Exception ex,
ISegmentSet objISegmentSet)
Returns The Exception Occurred.
|
void onException(java.lang.Exception ex,
byte[] buffer)
ex - - The Exceptionbuffer - - Received Buffer for which the exception occurred.void onException(java.lang.Exception ex,
ISegmentSet objISegmentSet)
ex - - The ExceptionISegmentSet - - Received ISegmentSet for which the exception occurred.