discord-jadx/app/src/main/java/kotlin/io/AccessDeniedException.java

19 lines
781 B
Java

package kotlin.io;
import d0.z.d.m;
import java.io.File;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* compiled from: Exceptions.kt */
public final class AccessDeniedException extends FileSystemException {
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AccessDeniedException(File file, File file2, String str) {
super(file, file2, str);
m.checkNotNullParameter(file, "file");
}
/* JADX INFO: this call moved to the top of the method (can break code semantics) */
public /* synthetic */ AccessDeniedException(File file, File file2, String str, int i, DefaultConstructorMarker defaultConstructorMarker) {
this(file, (i & 2) != 0 ? null : file2, (i & 4) != 0 ? null : str);
}
}