Class ProxyAuthenticationRequiredRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class ProxyAuthenticationRequiredRuntimeException extends HttpStatusRuntimeException
The Class ProxyAuthenticationRequiredRuntimeException.
See Also:
  • Constructor Details

    • ProxyAuthenticationRequiredRuntimeException

      public ProxyAuthenticationRequiredRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new proxy authentication required runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ProxyAuthenticationRequiredRuntimeException

      public ProxyAuthenticationRequiredRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new proxy authentication required runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • ProxyAuthenticationRequiredRuntimeException

      public ProxyAuthenticationRequiredRuntimeException(String message, Throwable cause)
      Instantiates a new proxy authentication required runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • ProxyAuthenticationRequiredRuntimeException

      public ProxyAuthenticationRequiredRuntimeException(String message)
      Instantiates a new proxy authentication required runtime exception.
      Parameters:
      message - the message
    • ProxyAuthenticationRequiredRuntimeException

      public ProxyAuthenticationRequiredRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new proxy authentication required runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • ProxyAuthenticationRequiredRuntimeException

      public ProxyAuthenticationRequiredRuntimeException(Throwable cause)
      Instantiates a new proxy authentication required runtime exception.
      Parameters:
      cause - the cause