Class RolledBackException

All Implemented Interfaces:
Serializable

public class RolledBackException extends CicsConditionException

Class that represents the CICS ROLLEDBACK condition.

See Also:
Since CICS TS version:
1.3
  • Constructor Details

    • RolledBackException

      public RolledBackException(String message, int resp2, Throwable cause)
      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