Package com.ibm.cics.server
Class RolledBackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.cics.server.CicsException
com.ibm.cics.server.CicsConditionException
com.ibm.cics.server.RolledBackException
- All Implemented Interfaces:
Serializable
Class that represents the CICS ROLLEDBACK condition.
- See Also:
- Since CICS TS version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.cics.server.CicsConditionException
getMessage, getRESP, getRESP2Methods inherited from class com.ibm.cics.server.CicsException
setRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RolledBackException
- Parameters:
cause- The original reason for the problem.message- A textual message describing the problem.resp2- A secondary error code associated with the problem.- Since CICS TS version:
- 6.1
-