com.ibm.cics.server
Class EndOfProgramException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.cics.server.CicsRuntimeException
-
- com.ibm.cics.server.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