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

public class ConnectException extends Open4GLException
A ConnectException exception is thrown if a connection attempt to the A AppServer fails.
See Also:
  • Constructor Details

    • ConnectException

      public ConnectException(String s)
    • ConnectException

      public ConnectException(String s, Object[] args)
    • ConnectException

      public ConnectException(Throwable t, String s, Object... args)
    • ConnectException

      public ConnectException(long id, Object[] args)
    • ConnectException

      public ConnectException(Throwable t, long id, Object... args)
  • Method Details