public interface JCoServerExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
serverExceptionOccurred(JCoServer server,
String connectionID,
JCoServerContextInfo serverCtx,
Exception exception)
Called when a server exception occurred.
If a listener is added as listener during firing of an event, it won't be notified about the last event. |
void serverExceptionOccurred(JCoServer server, String connectionID, JCoServerContextInfo serverCtx, Exception exception)
server - the server in which the exception was thrownconnectionID - id of the connection, used in the context where the exception was thrown. Could be null.serverCtx - server context id where the exception was thrown. Could be null.exception - the exception that was thrown inside of the JCo runtimeCopyright © 2023 SAP. All rights reserved.