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, java.io.Serializable
Direct Known Subclasses:
AppServerIOException, BadURLException, BrokerIOException, ConnectAIAException, ConnectFailedException, ConnectHttpAuthException, ConnectHttpsAuthException, ConnectProtocolException, ConnectProxyAuthException, HostUnknownException, InvalidNameServerPortException, MsgVersionInvalidException, NameServerClientPortException, NameServerClientPortRangeException, NameServerClientPortRetryException, NameServerCommunicationsException, NameServerInterruptException, NameServerMessageFormatException, NoSuchAppServiceException, UnknownHostnameException

public class ConnectException
extends Open4GLException

A ConnectException exception is thrown if a connection attempt to the A AppServer fails.

See Also:
Serialized Form

Constructor Summary
ConnectException(long id, java.lang.Object[] args)
           
ConnectException(java.lang.String s)
           
ConnectException(java.lang.String s, java.lang.Object[] args)
           
 
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectException

public ConnectException(long id,
                        java.lang.Object[] args)

ConnectException

public ConnectException(java.lang.String s)

ConnectException

public ConnectException(java.lang.String s,
                        java.lang.Object[] args)