2397 (095D) (RC2397): MQRC_JSSE_ERROR


Explanation

JSSE reported an error (for example, while connecting to a queue manager using TLS encryption). The MQException object containing this reason code references the Exception thrown by JSSE; this can be obtained by using the MQException.getCause() method. From JMS, the MQException is linked to the thrown JMSException.

This reason code occurs only with Java applications.


Completion code

MQCC_FAILED


Programmer response

Inspect the causal exception to determine the JSSE error.

Parent topic: API reason codes