Class RunTime4GLQuitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class RunTime4GLQuitException extends RunTime4GLException
RunTime4GLQuitException is thrown when a QUIT condition occurs in the ABL application (in addition to throwing the exception, the AppServer connection is disconnected).
See Also:
  • Constructor Details

    • RunTime4GLQuitException

      public RunTime4GLQuitException(Object[] args, int err)
      This constructor is intended for internal use only.