jdk/src/java.base/share/classes/java/nio/file/ClosedWatchServiceException.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  * Unchecked exception thrown when an attempt is made to invoke an operation on
    29  * Unchecked exception thrown when an attempt is made to invoke an operation on
    30  * a watch service that is closed.
    30  * a watch service that is closed.
       
    31  *
       
    32  * @since 1.7
    31  */
    33  */
    32 
    34 
    33 public class ClosedWatchServiceException
    35 public class ClosedWatchServiceException
    34     extends IllegalStateException
    36     extends IllegalStateException
    35 {
    37 {