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).
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 occurredexception
- the exception that has happened