WebNMS 5 API Specification

com.adventnet.management
Interface ExceptionListener


public interface ExceptionListener

This is the interface to be implemented to by the client user application to recieve unhandled Exceptions in the Management Server.
The application submitting any Property request with the ManagementServices or MangementClient should set the object implementing this interface using,
Property.setComponent(Object)

This method is mainly used for debugging any exceptions in the ManagementServer .


Method Summary
 void processException(Property property, java.lang.Exception exception)
          This method is used by the User Client Applications to be notified of unhandled Exceptions in the Management Server .
 

Method Detail

processException

public void processException(Property property,
                             java.lang.Exception exception)
This method is used by the User Client Applications to be notified of unhandled Exceptions in the Management Server .
Parameters:
property - - Property request instance .
exception - - Exception caught in Management Server.

WebNMS 5 API Specification