public class QueueManagerConnectionException
extends java.lang.Exception
The message text given to this exception should already be formatted and translated, although there is no guarantee a caught exception will contain translated text.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_NOTICE
Common copyright notice
|
static java.lang.String |
SCCSID
CMVC descriptors - expanded during extraction
|
Constructor and Description |
---|
QueueManagerConnectionException(java.lang.String message,
java.lang.String msgID,
int cc,
int rc)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getCompCode()
Get the completion code.
|
java.lang.String |
getMessageID()
Get the message ID
|
int |
getReasonCode()
Get the reason code.
|
public static final java.lang.String COPYRIGHT_NOTICE
public static final java.lang.String SCCSID
public QueueManagerConnectionException(java.lang.String message, java.lang.String msgID, int cc, int rc)
message
- is the translated message textmsgID
- is the AMQ message idcc
- is the WMQ completion coderc
- is the WMQ reason code