Package com.progress.open4gl
Class ConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.ConnectException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
- Direct Known Subclasses:
AppServerIOException
,BadURLException
,BrokerIOException
,ConnectAIAException
,ConnectFailedException
,ConnectHttpAuthException
,ConnectHttpsAuthException
,ConnectProtocolException
,ConnectProxyAuthException
,HostUnknownException
,InvalidNameServerPortException
,MsgVersionInvalidException
,NameServerClientPortException
,NameServerClientPortRangeException
,NameServerClientPortRetryException
,NameServerCommunicationsException
,NameServerInterruptException
,NameServerMessageFormatException
,NoSuchAppServiceException
,UnknownHostnameException
A ConnectException exception is thrown if a connection attempt to the A
AppServer fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectException
(long id, Object[] args) ConnectException
(String s, Object[] args) ConnectException
(Throwable t, long id, Object... args) ConnectException
(Throwable t, String s, Object... args) -
Method Summary
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
-
ConnectException
-
ConnectException
-
ConnectException
-
ConnectException
-
ConnectException
-
-
Method Details
-
setProcReturnString
- Overrides:
setProcReturnString
in classOpen4GLException
-