Package com.progress.open4gl
Class NetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.SystemErrorException
com.progress.open4gl.NetworkException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
- Direct Known Subclasses:
NetworkException.RecvDataException
,NetworkException.SendDataException
A NetworkException exception is thrown if a network error occurs while
communicating with the AppServer.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkException
(long id, Exception innerException, Object... args) NetworkException
(long id, Object... args) -
Method Summary
Methods inherited from class com.progress.open4gl.Open4GLException
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
-
NetworkException
-
NetworkException
-