Class ConnectHttpsAuthException

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 ConnectHttpsAuthException extends ConnectException
The ConnectHttpsAuthException is derived from the ConnectException class and is thrown when a HTTPS protocol connection cannot be made. This can be because the client can't authenticate the server's digital certificate, they can't agree on a cipher suite, or some other protocol startup exchange operation fails.
See Also:
  • Constructor Details

    • ConnectHttpsAuthException

      public ConnectHttpsAuthException(String s)
    • ConnectHttpsAuthException

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

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

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