Error handling in Java

Errors within the Java codebase are handled using exceptions. The MQe Java API Programming Reference documents all of the exception codes that the MQe Java code can return in the following classes:
  • com.ibm.mqe.MQeExceptionCodes
  • com.ibm.mqe.mqbridge.MQeBridge.ExceptionCodes

Parent topic: Errors and error handling