package O;

/* JADX INFO: loaded from: classes.dex */
public class e extends RuntimeException {
    public e(Exception exc) {
        super("An exception was thrown by an Executor", exc);
    }
}
