equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
35 */ |
35 */ |
36 |
36 |
37 public class FileSystemException |
37 public class FileSystemException |
38 extends IOException |
38 extends IOException |
39 { |
39 { |
|
40 @java.io.Serial |
40 static final long serialVersionUID = -3055425747967319812L; |
41 static final long serialVersionUID = -3055425747967319812L; |
41 |
42 |
42 private final String file; |
43 private final String file; |
43 private final String other; |
44 private final String other; |
44 |
45 |