Skip to content

Commit 9743ad2

Browse files
committed
fix exception name
1 parent 9459d28 commit 9743ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm-mq-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ See [docs/metrics.md](docs/metrics.md).
208208
4. `MQJE001: Completion Code '2', Reason '2400'`
209209
This could happen if unsupported cipherSuite is provided or JRE not having/enabled unlimited jurisdiction policy files. Please check SSL Support section.
210210
211-
5. If you are seeing "NoClassDefFoundError" or "ClassNotFound" error for any of the MQ dependency even after providing correct path in monitor.xml, then you can also try copying all the required jars in WMQMonitor (MAHome/monitors/WMQMonitor) folder and provide classpath in monitor.xml like below
211+
5. If you are seeing `NoClassDefFoundError` or `ClassNotFoundException` error for any of the MQ dependency even after providing correct path in monitor.xml, then you can also try copying all the required jars in WMQMonitor (MAHome/monitors/WMQMonitor) folder and provide classpath in monitor.xml like below
212212
213213
```
214214
<classpath>opentelemetry-ibm-mq-monitoring-<version>-all.jar;com.ibm.mq.allclient.jar</classpath>

0 commit comments

Comments
 (0)