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)
public ExciRespException(int exciResp1, int exciResp2, String msg, ECIResponse response)
public ExciRespException(int exciResp1, int exciResp2, Throwable t, ECIResponse response)
public ExciRespException(int exciResp1, int exciResp2, String msg, Throwable t, ECIResponse response)
public int getExciResp1()
public int getExciResp2()
public ECIResponse getResponse()
public String getRcMsg()