com.ibm.cics.server

Class DumpOpenErrorException

  • All Implemented Interfaces:
    java.io.Serializable


    public class DumpOpenErrorException
    extends CicsResponseConditionException

    Class that represents the CICS OPENERR condition.

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

      Constructors 
      Constructor and Description
      DumpOpenErrorException(java.lang.String s, int Resp2, byte[] responseCode, java.lang.Throwable cause)
      Constructor to be used when an OPENERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
    • 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

      • DumpOpenErrorException

        public DumpOpenErrorException(java.lang.String s,
                                      int Resp2,
                                      byte[] responseCode,
                                      java.lang.Throwable cause)
        Constructor to be used when an OPENERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
        Parameters:
        s - a description of the problem
        Resp2 - the reason code
        responseCode - the response code
        cause - The original reason for the failure
        Since CICS TS version:
        6.1
        Since package version:
        1.900.0