Class ConnectFailedException

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 ConnectFailedException extends ConnectException
This exception is thrown by BrokerSystem when the connection to the application server fails)
See Also:
  • Constructor Details

    • ConnectFailedException

      public ConnectFailedException(int rsp)
    • ConnectFailedException

      public ConnectFailedException(String msg)
    • ConnectFailedException

      public ConnectFailedException(int rsp, String msg)