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