Class UnknownHostnameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class UnknownHostnameException extends ConnectException
This exception is thrown by BrokerSystem when an UnknownHostException is encountered attempting to connect to an application server.
See Also:
  • Constructor Details

    • UnknownHostnameException

      public UnknownHostnameException(com.progress.ubroker.util.SocketConnectionInfo host)
    • UnknownHostnameException

      public UnknownHostnameException(com.progress.ubroker.util.SocketConnectionInfoEx host)
    • UnknownHostnameException

      public UnknownHostnameException(Throwable t, com.progress.ubroker.util.SocketConnectionInfoEx host)