Serialized Form
-
Package com.ibm.mq
-
Class com.ibm.mq.MQException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7338332446909576329L
-
Serialized Fields
-
completionCode
int completionCode
IBM MQ completion code giving rise to the error. The possible values are:- MQException.MQCC_WARNING
- MQException.MQCC_FAILED
-
reasonCode
int reasonCode
IBM MQ reason code describing the error. -
ostrMessage
java.lang.String ostrMessage
-
msgId
int msgId
-
v7msgId
java.lang.String v7msgId
-
numInserts
int numInserts
-
insert1
java.lang.String insert1
-
insert2
java.lang.String insert2
-
-
-
Package com.ibm.mq.headers
-
Class com.ibm.mq.headers.MQDataException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2769117710955610926L
-
Serialized Fields
-
completionCode
int completionCode
IBM MQ completion code giving rise to the error. The possible values are:- MQDataException.MQCC_WARNING
- MQDataException.MQCC_FAILED
-
reasonCode
int reasonCode
IBM MQ reason code describing the error. -
ostrMessage
java.lang.String ostrMessage
-
msgId
java.lang.String msgId
-
-
Class com.ibm.mq.headers.MQExceptionWrapper extends MQDataException implements Serializable
- serialVersionUID:
- -6990731725270107563L
-
-
Package com.ibm.mq.headers.pcf
-
Class com.ibm.mq.headers.pcf.PCFException extends MQDataException implements Serializable
- serialVersionUID:
- 1200265518226962482L
-
-
Package com.ibm.mq.jmqi
-
Class com.ibm.mq.jmqi.JmqiException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -3219090079420825378L
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException- (not really, quoted for consistency)
-
-
Serialized Fields
-
compCode
int compCode
Completion code -
reason
int reason
Reason -
amqXXXX
int amqXXXX
The message number associated with this exception -
inserts
java.lang.String[] inserts
The inserts for the message -
msgBuilt
boolean msgBuilt
Has the message for this exception been built? -
msgSummary
java.lang.String msgSummary
Message summary - built when message is queried -
explanation
java.lang.String explanation
Explanation - built when message is queried -
userResponse
java.lang.String userResponse
User response - built when message is queried -
severity
int severity
Severity - built when message is queried -
env
com.ibm.mq.jmqi.JmqiEnvironment env
The JMQI Environment
-
-
Class com.ibm.mq.jmqi.JmqiExceptionFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 8593377892654124834L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
version
int version
-
exceptionData
java.lang.String exceptionData
-
linkedExceptions
java.util.ArrayList<E> linkedExceptions
-
-
-
Package com.ibm.mq.pcf
-
Class com.ibm.mq.pcf.PCFException extends MQException implements Serializable
- serialVersionUID:
- 429464840265879315L
-