package org.apache.http.auth; @Deprecated /* loaded from: classes5.dex */ public class InvalidCredentialsException extends AuthenticationException { public InvalidCredentialsException() { throw new RuntimeException("Stub!"); } public InvalidCredentialsException(String str) { throw new RuntimeException("Stub!"); } public InvalidCredentialsException(String str, Throwable th) { throw new RuntimeException("Stub!"); } }