package net.zetetic.database;

/* JADX INFO: loaded from: classes3.dex */
public class CursorWindowAllocationException extends RuntimeException {
    public CursorWindowAllocationException(String str) {
        super(str);
    }
}
