com.ibm.cics.server

Class EndOfProgramException

  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    Removed as no longer a sensible way to return from a Java Program.

    @Deprecated
    public class EndOfProgramException
    extends CicsRuntimeException
    This Class provides an emulation of the CICS RETURN API in Java. It inherits from the Java RuntimeException, and can be thrown to indicate that application code wishes to RETURN back to the caller immediately. This mechanism is not suitable for use in environments where other layers of code may catch and process the Exception.
    See Also:
    Serialized Form
    Since CICS TS version:
    1.3
    Since package version:
    1.0
    • 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