com.progress.open4gl
Class RunTime4GLQuitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.progress.common.exception.ProException
                    |
                    +--com.progress.open4gl.Open4GLException
                          |
                          +--com.progress.open4gl.RunTime4GLException
                                |
                                +--com.progress.open4gl.RunTime4GLQuitException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, java.io.Serializable

public class RunTime4GLQuitException
extends RunTime4GLException

RunTime4GLQuitException is thrown when a QUIT condition occurs in the 4GL application (in addition to throwing the exception - the AppServer connection is disconnected).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.progress.open4gl.RunTime4GLException
ERROR_CONDITION, NO_CONDITION, QUIT_CONDITION, STOP_CONDITION
 
Constructor Summary
RunTime4GLQuitException(long id, java.lang.Object[] args, int err)
           
 
Methods inherited from class com.progress.open4gl.RunTime4GLException
createException, getProcReturnString, hasProcReturnString
 
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunTime4GLQuitException

public RunTime4GLQuitException(long id,
                               java.lang.Object[] args,
                               int err)