Package com.progress.open4gl.dynamicapi
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.open4gl.dynamicapi.ClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FGLErrorException
,StopException
This is a generic open client exception that may be thrown for nearly any reason. Generally it indicates a problem processing
a response from the application server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientException
(Throwable t, long id, Object... a) ClientException
(Throwable t, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientException
-
ClientException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-