Class WriteBreakException

All Implemented Interfaces:
Serializable

public class WriteBreakException extends CicsResponseConditionException

Class that represents the CICS WRBRK condition.

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

    • WriteBreakException

      public WriteBreakException(String message, int resp2, byte[] responseCode, Throwable cause)
      Constructor to be used when an WRBRK is detected in Java code and a useful message can be supplied.
      Parameters:
      message - a description of the problem
      resp2 - the reason code
      responseCode - An optional response code
      cause - The optional original cause of this error.
      Since CICS TS version:
      1.3