com.ibm.cics.server

Class TransferOfControlException

  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    Program.xctl() was removed in CICS TS v5.3.

    @Deprecated
    public class TransferOfControlException
    extends CicsRuntimeException
    Class that represents a transfer of control following an XCTL operation. This exception is thrown and should not be caught and handled. Instead it should be allowed to propagate back to CICS.
    See Also:
    Serialized Form
    Since CICS TS version:
    1.3
    Since package version:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      TransferOfControlException(java.lang.String message, java.lang.Throwable cause)
      Deprecated. 
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • TransferOfControlException

        public TransferOfControlException(java.lang.String message,
                                          java.lang.Throwable cause)
        Deprecated. 
        Parameters:
        message - Exception text
        cause - The original reason for the problem.
        Since CICS TS version:
        6.1
        Since package version:
        1.900.0