Package com.progress.open4gl.dynamicapi
Class StopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.open4gl.dynamicapi.ClientException
com.progress.open4gl.dynamicapi.StopException
- All Implemented Interfaces:
Serializable
This exception is thrown by open client when the client has requsted the request be stopped and the complete response
has not yet been processed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.progress.open4gl.dynamicapi.ClientException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StopException
public StopException()
-