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