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