|
@@ -402,6 +402,7 @@ public class DistributedFileSystem extends FileSystem {
|
|
|
if(FileNotFoundException.class.getName().equals(re.getClassName())) {
|
|
|
throw new FileNotFoundException("File does not exist: " + p);
|
|
|
}
|
|
|
+ throw re;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -417,6 +418,7 @@ public class DistributedFileSystem extends FileSystem {
|
|
|
if(FileNotFoundException.class.getName().equals(re.getClassName())) {
|
|
|
throw new FileNotFoundException("File does not exist: " + p);
|
|
|
}
|
|
|
+ throw re;
|
|
|
}
|
|
|
}
|
|
|
}
|