com.ibm.cics.server
Class CicsThreadingRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.cics.server.CicsRuntimeException
-
- com.ibm.cics.server.CicsThreadingRuntimeException
-
- All Implemented Interfaces:
- java.io.Serializable
public class CicsThreadingRuntimeException extends CicsRuntimeException
A CICSRuntimeException containing further information on why CICS Thread creation failed.
- See Also:
- Serialized Form
- Since CICS TS version:
- 5.3
- Since package version:
- 1.603.0
-
-
Constructor Summary
Constructors Constructor and Description CicsThreadingRuntimeException(java.lang.Exception r)
CicsThreadingRuntimeException(java.lang.RuntimeException r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getHttpResponseCode()
java.lang.String
getMessage()
java.lang.String
getReason()
int
getReasonCode()
java.lang.String
getResponse()
-
Methods inherited from class com.ibm.cics.server.CicsRuntimeException
setRootCause
-
-
-
-
Constructor Detail
-
CicsThreadingRuntimeException
public CicsThreadingRuntimeException(java.lang.RuntimeException r)
- Parameters:
r
- the underlying RuntimeException
-
CicsThreadingRuntimeException
public CicsThreadingRuntimeException(java.lang.Exception r)
- Parameters:
r
- the underlying Exception
-
-
Method Detail
-
getResponse
public java.lang.String getResponse()
- Returns:
- the Main failure message
-
getReason
public java.lang.String getReason()
- Returns:
- the reason message
-
getReasonCode
public int getReasonCode()
- Returns:
- the reason code
-
getHttpResponseCode
public int getHttpResponseCode()
- Returns:
- the HTTP response based mapped from the failure reason
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
- See Also:
Throwable.getMessage()
-
-