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