package com.google.zxing;

/* JADX INFO: loaded from: classes.dex */
public final class NotFoundException extends ReaderException {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final NotFoundException f24329c;

    static {
        NotFoundException notFoundException = new NotFoundException();
        f24329c = notFoundException;
        notFoundException.setStackTrace(ReaderException.f24331b);
    }

    private NotFoundException() {
    }

    public static NotFoundException a() {
        return ReaderException.f24330a ? new NotFoundException() : f24329c;
    }
}
