Package 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
,Serializable
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 Summary
ConstructorsConstructorDescriptionRunTime4GLQuitException
(Object[] args, int err) This constructor is intended for internal use only. -
Method Summary
Methods inherited from class com.progress.open4gl.RunTime4GLException
createException, getErrorNum, getProcReturnString, hasProcReturnString, setProcReturnString
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RunTime4GLQuitException
This constructor is intended for internal use only.
-