com.ibm.cics.server

Class ContainerErrorException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ContainerErrorException
    extends CicsConditionException

    Class that represents the CICS CONTAINERERR condition

    See Also:
    Serialized Form
    Since CICS TS version:
    3.1
    Since package version:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      ContainerErrorException(java.lang.String message, int resp2, java.lang.Throwable cause)
      Constructor to be used when CONTAINERERR is detected in Java code and a useful message can be supplied.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContainerErrorException

        public ContainerErrorException(java.lang.String message,
                                       int resp2,
                                       java.lang.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
        Since package version:
        1.900.0