com.sap.mw.jco
Interface JCO.ServerExceptionListener

Enclosing class:
JCO

public static interface JCO.ServerExceptionListener

JCO server exception listener interface. An application implements this interface if it wants to get informed about the exceptions occurring in the server(s).


Method Summary
 void serverExceptionOccurred(JCO.Server server, java.lang.Exception exception)
          Called when an server exception occured
 

Method Detail

serverExceptionOccurred

public void serverExceptionOccurred(JCO.Server server,
                                    java.lang.Exception exception)
Called when an server exception occured
Parameters:
server - the server in which the error occurred
exception - the exception that has happened