ADD week 5
This commit is contained in:
		
							
								
								
									
										21
									
								
								02-Easy5/E5/sources/kotlin/io/AccessDeniedException.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								02-Easy5/E5/sources/kotlin/io/AccessDeniedException.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| package kotlin.io; | ||||
|  | ||||
| import java.io.File; | ||||
| import kotlin.Metadata; | ||||
| import kotlin.jvm.internal.DefaultConstructorMarker; | ||||
| import kotlin.jvm.internal.Intrinsics; | ||||
|  | ||||
| /* compiled from: Exceptions.kt */ | ||||
| @Metadata(d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0002\u0018\u00002\u00020\u0001B%\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u0003\u0012\n\b\u0002\u0010\u0005\u001a\u0004\u0018\u00010\u0006¢\u0006\u0002\u0010\u0007¨\u0006\b"}, d2 = {"Lkotlin/io/AccessDeniedException;", "Lkotlin/io/FileSystemException;", "file", "Ljava/io/File;", "other", "reason", "", "(Ljava/io/File;Ljava/io/File;Ljava/lang/String;)V", "kotlin-stdlib"}, k = 1, mv = {1, 8, 0}, xi = 48) | ||||
| /* loaded from: classes.dex */ | ||||
| public final class AccessDeniedException extends FileSystemException { | ||||
|     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); | ||||
|     } | ||||
|  | ||||
|     /* JADX WARN: '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); | ||||
|         Intrinsics.checkNotNullParameter(file, "file"); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user