Package com.progress.open4gl
Class ConnectProtocolException
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.ConnectProtocolException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
The ConnectProtocolException is derived from the ConnectException class and
is thrown when a network protocol error of some type occurs. It could be from
the protocol itself, one of its configuration parameters is bad, etc. This is
sort of a catch-all for connection problems.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectProtocolException
(long id, Object[] args) ConnectProtocolException
(String s, Object[] args) ConnectProtocolException
(Throwable t, long id, Object[] args) -
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
-
ConnectProtocolException
-
ConnectProtocolException
-
ConnectProtocolException
-
ConnectProtocolException
-