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