Class ConnectProtocolException

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 ConnectProtocolException extends ConnectException
The ConnectProtocolException is derived from the ConnectException class and is thrown when a network protocol error of some type occurs. It could be from the protocol itself, one of its configuration parameters is bad, etc. This is sort of a catch-all for connection problems.
See Also:
  • Constructor Details

    • ConnectProtocolException

      public ConnectProtocolException(String s)
    • ConnectProtocolException

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

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

      public ConnectProtocolException(Throwable t, long id, Object[] args)