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 occurred outside the scope of the calling thread. More...
 

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 occurred outside the scope of the calling thread.

Parameters
exan nException object containing the error that has occurred