jdk/src/java.base/share/classes/java/nio/file/FileSystemAlreadyExistsException.java
equal
deleted
inserted
replaced
26 package java.nio.file; |
26 package java.nio.file; |
27 |
27 |
28 /** |
28 /** |
29 * Runtime exception thrown when an attempt is made to create a file system that |
29 * Runtime exception thrown when an attempt is made to create a file system that |
30 * already exists. |
30 * already exists. |
|
31 * |
|
32 * @since 1.7 |
31 */ |
33 */ |
32 |
34 |
33 public class FileSystemAlreadyExistsException |
35 public class FileSystemAlreadyExistsException |
34 extends RuntimeException |
36 extends RuntimeException |
35 { |
37 { |