Class BrokerIOException

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 BrokerIOException extends ConnectException
This exception may be thrown when processing a connection to the application server
See Also:
  • Constructor Details

    • BrokerIOException

      public BrokerIOException(com.progress.ubroker.util.SocketConnectionInfo host, String exception)
    • BrokerIOException

      public BrokerIOException(com.progress.ubroker.util.SocketConnectionInfoEx host, String exception)
    • BrokerIOException

      public BrokerIOException(Throwable t, com.progress.ubroker.util.SocketConnectionInfoEx host, String exception)