com.pcbsys.nirvana.client.nAsyncExceptionListener Interface Reference
This interface should be implemented by classes wishing to register to receive asynchronous errors from the nirvana server. More...
Public Member Functions | |
| void | handleException (nBaseClientException ex) |
| This method is called by the nirvana API to notify a registered asynchronous exception listener that an error has occured outside the scope of the calling thread. | |
Detailed Description
This interface should be implemented by classes wishing to register to receive asynchronous errors from the nirvana server.Member Function Documentation
| void com.pcbsys.nirvana.client.nAsyncExceptionListener.handleException | ( | nBaseClientException | ex | ) |
This method is called by the nirvana API to notify a registered asynchronous exception listener that an error has occured outside the scope of the calling thread.
- Parameters:
-
ex an nException object containing the error that has occured
