Class ConnectHttpAuthException

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 ConnectHttpAuthException extends ConnectException
The ConnectHttpAuthException is derived from the ConnectException class and is thrown when a HTTP protocol error #401 is returned from an HTTP server. Error 401 indicates that the HTTP server requires authentication before it can serve the requested file-path. It can result from requiring authentication and not receiving any client credentials or client credentials were supplied but were not correct.
See Also:
  • Constructor Details

    • ConnectHttpAuthException

      public ConnectHttpAuthException(String s)
    • ConnectHttpAuthException

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

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

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