public class MQClientException extends Exception
| 构造器和说明 |
|---|
MQClientException(int responseCode,
String errorMessage) |
MQClientException(String errorMessage,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorMessage() |
int |
getResponseCode() |
void |
setErrorMessage(String errorMessage) |
MQClientException |
setResponseCode(int responseCode) |
public MQClientException(int responseCode,
String errorMessage)
public int getResponseCode()
public MQClientException setResponseCode(int responseCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
Copyright © 2012–2016. All rights reserved.