public class CicsThreadingRuntimeException extends CicsRuntimeException
A CICSRuntimeException containing further information on why CICS Thread creation failed.
| Constructor and Description |
|---|
CicsThreadingRuntimeException(java.lang.RuntimeException r) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpResponseCode() |
java.lang.String |
getMessage() |
java.lang.String |
getReason() |
int |
getReasonCode() |
java.lang.String |
getResponse() |
public CicsThreadingRuntimeException(java.lang.RuntimeException r)
r - the underlying RuntimeExceptionpublic java.lang.String getResponse()
public java.lang.String getReason()
public int getReasonCode()
public int getHttpResponseCode()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()