Package com.progress.open4gl
Class BrokerIOException
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.BrokerIOException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
This exception may be thrown when processing a connection to the application server
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerIOException
(com.progress.ubroker.util.SocketConnectionInfoEx host, String exception) BrokerIOException
(com.progress.ubroker.util.SocketConnectionInfo host, String exception) BrokerIOException
(Throwable t, com.progress.ubroker.util.SocketConnectionInfoEx host, String exception) -
Method Summary
Methods inherited from class com.progress.open4gl.ConnectException
setProcReturnString
Methods inherited from class com.progress.open4gl.Open4GLException
getProcReturnString, hasProcReturnString
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
-
BrokerIOException
-
BrokerIOException
-
BrokerIOException
-