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