Class ProxyAuthenticationRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class ProxyAuthenticationRequiredException
extends HttpStatusException
The Class ProxyAuthenticationRequiredException.
See Also:
Serialized Form
  • Constructor Details

    • ProxyAuthenticationRequiredException

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

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

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

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

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

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