Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.servicetalk.http.utils.auth.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException extends RuntimeException
An authentication exception, which indicates that access was denied and usually converts to 401 (Unauthorized) or 407 (Proxy Authentication Required) response.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
      Creates a new instance.
      Parameters:
      message - a cause for denied access