Class ContainerErrorException

All Implemented Interfaces:
Serializable

public class ContainerErrorException extends CicsConditionException

Class that represents the CICS CONTAINERERR condition

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

    • ContainerErrorException

      public ContainerErrorException(String message, int resp2, Throwable cause)
      Constructor to be used when CONTAINERERR is detected in Java code and a useful message can be supplied.
      Parameters:
      message - a description of the problem
      resp2 - the reason code
      cause - the original cause of the error.
      Since CICS TS version:
      6.1