Package com.progress.open4gl
Class AppServerIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.ConnectException
com.progress.open4gl.AppServerIOException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppServerIOException(com.progress.ubroker.util.SocketConnectionInfoEx host, String exception) AppServerIOException(com.progress.ubroker.util.SocketConnectionInfo host, String exception) AppServerIOException(Throwable t, com.progress.ubroker.util.SocketConnectionInfoEx host, String exception) -
Method Summary
Methods inherited from class com.progress.open4gl.ConnectException
setProcReturnStringMethods inherited from class com.progress.open4gl.Open4GLException
getProcReturnString, hasProcReturnStringMethods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AppServerIOException
-
AppServerIOException
public AppServerIOException(com.progress.ubroker.util.SocketConnectionInfoEx host, String exception) -
AppServerIOException
-