Package com.progress.open4gl
Class NetworkException.SendDataException
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
com.progress.open4gl.NetworkException.SendDataException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
- Enclosing class:
- NetworkException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.progress.open4gl.NetworkException
NetworkException.RecvDataException, NetworkException.SendDataException
-
Constructor Summary
ConstructorsConstructorDescriptionSendDataException
(long id, Exception innerException, Object... args) SendDataException
(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
-
SendDataException
-
SendDataException
-