com.ibm.cics.server
Class EndOfProgramException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.cics.server.CicsRuntimeException
                  extended by com.ibm.cics.server.EndOfProgramException
All Implemented Interfaces:
java.io.Serializable

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()).

See Also:
Serialized Form
Since CICS TS version:
1.3
Since package version:
1.0

Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait