
Public Member Functions | |
| void | onException (MOMException e) |
<blockquote>
class myListener implements ExceptionListener {
...
public void onException(MOMExeption e) {
if (e.testException(MOMException.CONNECTION_LOST_EXCEPTION))
System.out.println("CONNECTION_LOST_EXCEPTION");
else
if (e.testException(MOMException.CONNECTION_RECOVERED_EXCEPTION))
System.out.println("CONNECTION_RECOVERED_EXCEPTION");
}
</blockquote>
|
|
The exception handler called in case of communication exception
Implemented in cern::cmw::mom::test::Client.
|
1.3.8