public class EndOfProgramException extends CicsRuntimeException
Class that provides the Java class that is used as an exception to indicate
that a program has terminated. This class could be used if we supported
RETURN (it is mapped from the C++ RETURN exception) or it could be used
directly by the Java application programmer to return from several levels
down (it is an equivalent of doing a longjmp()
).