package net.lingala.zip4j.exception;

import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public class ZipException extends IOException {

    /* JADX INFO: renamed from: net.lingala.zip4j.exception.ZipException$֏, reason: contains not printable characters */
    public enum EnumC0371 {
        WRONG_PASSWORD,
        TASK_CANCELLED_EXCEPTION,
        CHECKSUM_MISMATCH,
        UNKNOWN_COMPRESSION_METHOD,
        FILE_NOT_FOUND,
        UNKNOWN
    }

    public ZipException(Exception exc) {
        super(exc);
        EnumC0371 enumC0371 = EnumC0371.UNKNOWN;
    }

    public ZipException(String str) {
        super(str);
        EnumC0371 enumC0371 = EnumC0371.UNKNOWN;
    }

    public ZipException(String str, Exception exc) {
        super(str, exc);
        EnumC0371 enumC0371 = EnumC0371.UNKNOWN;
    }

    public ZipException(String str, Throwable th, EnumC0371 enumC0371) {
        super(str, th);
        EnumC0371 enumC03712 = EnumC0371.UNKNOWN;
    }

    public ZipException(String str, EnumC0371 enumC0371) {
        super(str);
        EnumC0371 enumC03712 = EnumC0371.UNKNOWN;
    }
}
