public class JmqiException
extends java.lang.Exception
| Constructor and Description |
|---|
JmqiException() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompCode()
Getter for completion code
|
java.lang.String |
getMessage()
Output a summary message in the form: RC=XXX;CC=XXX;AMQXXXX: summary
|
java.lang.String |
getMessage(boolean displayInserts)
Output a summary message in the form: RC=XXX;CC=XXX;AMQXXXX: summary
|
int |
getReason()
Getter for reason code
|
java.lang.String |
getWmqLogMessage()
Get a detailed message summary formatted similarly to the WMQ logs
|
java.lang.String |
getWmqMsgExplanation()
The AMQXXXX message explaination, or null if no AMQXXXX message is associated with exception.
|
int |
getWmqMsgSeverity()
The AMQXXXX message severity, or -1 if no AMQXXXX message associated with exception
|
java.lang.String |
getWmqMsgSummary()
The AMQXXXX message summary, or null if no AMQXXXX message is associated with exception
|
java.lang.String |
getWmqMsgUserResponse()
The message user response, or null if no AMQXXXX message is associated with exception
|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getMessage(boolean displayInserts)
displayInserts - If true, outputs the inserts which were used in a message as well as the message.public java.lang.String getWmqMsgSummary()
public java.lang.String getWmqMsgExplanation()
public java.lang.String getWmqMsgUserResponse()
public int getWmqMsgSeverity()
public java.lang.String getWmqLogMessage()
public int getCompCode()
public int getReason()