Class BasicAuthFailureRuntimeException

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

public class BasicAuthFailureRuntimeException extends UnauthorizedRuntimeException
Thrown in case HTTP basic authorization failed, e.g. verifying BasicAuthCredentials failed.
See Also: