public class RolledBackException extends CicsConditionException
Class that represents the CICS ROLLEDBACK condition.
Constructor and Description |
---|
RolledBackException(java.lang.String message,
int resp2,
java.lang.Throwable cause) |
getMessage, getRESP, getRESP2
setRootCause
public RolledBackException(java.lang.String message, int resp2, java.lang.Throwable cause)
cause
- The original reason for the problem.message
- A textual message describing the problem.resp2
- A secondary error code associated with the problem.