com.microfocus.cics.client.ExciRespException
ExciRespException(int exciResp1, int exciResp2, ECIResponse response) | Create a new ExciRespException |
ExciRespException(int exciResp1, int exciResp2, String msg, ECIResponse response) | Create a new ExciRespException |
ExciRespException(int exciResp1, int exciResp2, String msg, Throwable t, ECIResponse response) | Create a new ExciRespException |
ExciRespException(int exciResp1, int exciResp2, Throwable t, ECIResponse response) | Create a new ExciRespException |
Method Summary | |
---|---|
int | getExciResp1() |
int | getExciResp2() |
String | getRcMsg() |
ECIResponse | getResponse() |
Methods inherited from class java.lang.Throwable |
---|
addSupressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSupressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
public ExciRespException(int exciResp1, int exciResp2, ECIResponse response)
exciResp1 | exciResponse1 |
exciResp2 | exciResponse2 |
response | The ECIResponse |
public ExciRespException(int exciResp1, int exciResp2, String msg, ECIResponse response)
exciResp1 | exciResponse1 |
exciResp2 | exciResponse2 |
msg | Message from a previous exception |
response | The ECIResponse |
public ExciRespException(int exciResp1, int exciResp2, Throwable t, ECIResponse response)
exciResp1 | exciResponse1 |
exciResp2 | exciResponse2 |
t | Throwable from a previous exception |
response | The ECIResponse |
public ExciRespException(int exciResp1, int exciResp2, String msg, Throwable t, ECIResponse response)
exciResp1 | exciResponse1 |
exciResp2 | exciResponse2 |
msg | Message from a previous exception |
t | Throwable from a previous exception |
response | The ECIResponse |
public int getExciResp1()
public int getExciResp2()
public ECIResponse getResponse()
public String getRcMsg()