jdk/src/java.base/share/classes/java/nio/file/FileSystemAlreadyExistsException.java
changeset 44255 515cf13d7791
parent 25859 3317bb8137f4
equal deleted inserted replaced
44254:123a06da53d0 44255:515cf13d7791
    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 {