equal
deleted
inserted
replaced
27 |
27 |
28 /** |
28 /** |
29 * Unchecked exception thrown when an attempt is made to invoke a method on an |
29 * Unchecked exception thrown when an attempt is made to invoke a method on an |
30 * object created by one file system provider with a parameter created by a |
30 * object created by one file system provider with a parameter created by a |
31 * different file system provider. |
31 * different file system provider. |
|
32 * |
|
33 * @since 1.7 |
32 */ |
34 */ |
33 public class ProviderMismatchException |
35 public class ProviderMismatchException |
34 extends java.lang.IllegalArgumentException |
36 extends java.lang.IllegalArgumentException |
35 { |
37 { |
36 static final long serialVersionUID = 4990847485741612530L; |
38 static final long serialVersionUID = 4990847485741612530L; |