equal
deleted
inserted
replaced
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 { |