package org.apache.http.conn;

import java.io.IOException;

/* loaded from: classes2.dex */
public class UnsupportedSchemeException extends IOException {
    private static final long serialVersionUID = 3597127619218687636L;

    public UnsupportedSchemeException(String str) {
        super(str);
    }
}
