public class CICSConditionRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
CICSConditionRuntimeException(RespCode respCode,
int resp2)
Constructor
|
CICSConditionRuntimeException(RespCode respCode,
int resp2,
java.lang.Throwable cause)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get the message for this exception
|
int |
getResp2()
Get the CICS RESP2 code associated with this
Exception |
RespCode |
getRespCode()
Get the CICS RESP code associated with this
Exception |
public CICSConditionRuntimeException(RespCode respCode, int resp2)
respCode
- the CICS RESP coderesp2
- the CICS RESP2 codepublic CICSConditionRuntimeException(RespCode respCode, int resp2, java.lang.Throwable cause)
respCode
- the CICS RESP coderesp2
- the CICS RESP2 codecause
- a cause exceptionpublic RespCode getRespCode()
Exception
public int getResp2()
Exception
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable