Class ExciRespException

Public class ExciRespException extends Exception.
java.lang.Object

extended byjava.lang.Throwable

extended byjava.lang.Exception

extended bycom.microfocus.cics.client.ExciRespException

All Implemented Interfaces

Serializable

Class Specifications

public class ExciRespException

extends Exception

See Also:

Serialized Form

Constructor Summary

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

Methods

Method Summary
int getExciResp1()
int getExciResp2()
String getRcMsg()
ECIResponse getResponse()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ExciRespException
public ExciRespException(int exciResp1,
                 int exciResp2,
                 ECIResponse response)
Parameters:
exciResp1 exciResponse1
exciResp2 exciResponse2
response The ECIResponse
ExciRespException
public ExciRespException(int exciResp1,
                 int exciResp2,
                 String msg,
                 ECIResponse response)
Parameters:
exciResp1 exciResponse1
exciResp2 exciResponse2
msg Message from a previous exception
response The ECIResponse
ExciRespException
public ExciRespException(int exciResp1,
                 int exciResp2,
                  Throwable t,
                 ECIResponse response)
Parameters:
exciResp1 exciResponse1
exciResp2 exciResponse2
t Throwable from a previous exception
response The ECIResponse
ExciRespException
public ExciRespException(int exciResp1,
                 int exciResp2,
                 String msg,
                  Throwable t,
                 ECIResponse response)
Parameters:
exciResp1 exciResponse1
exciResp2 exciResponse2
msg Message from a previous exception
t Throwable from a previous exception
response The ECIResponse

Method Detail

Get ExciResp1
public int getExciResp1()
Get ExciResp2
public int getExciResp2()
Get ECIResponse
public ECIResponse getResponse()
Get RcMsg
public String getRcMsg()