public class ContainerErrorException extends CicsConditionException
Class that represents the CICS CONTAINERERR condition
Constructor and Description |
---|
ContainerErrorException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
Constructor to be used when CONTAINERERR is detected in Java code
and a useful message can be supplied.
|
getMessage, getRESP, getRESP2
setRootCause
public ContainerErrorException(java.lang.String message, int resp2, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason codecause
- the original cause of the error.