com.ibm.cics.server

Class TimedOutException

  • All Implemented Interfaces:
    java.io.Serializable


    public class TimedOutException
    extends CicsResponseConditionException

    This exception represents the CICS TIMEDOUT condition

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

      Constructors 
      Constructor and Description
      TimedOutException(java.lang.String message, int resp2, byte[] reasonCode, java.lang.Throwable cause)
      Constructor to be used when an TIMEDOUT 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

      • TimedOutException

        public TimedOutException(java.lang.String message,
                                 int resp2,
                                 byte[] reasonCode,
                                 java.lang.Throwable cause)
        Constructor to be used when an TIMEDOUT is detected in Java code and a useful message can be supplied.

        Parameters:
        message - contains the message associated with this exception
        resp2 - contains the corresponding resp2 value
        reasonCode - -
        cause - The original failure which caused this exception.
        Since CICS TS version:
        6.1
        Since package version:
        1.900.0