|
@@ -1427,6 +1427,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
|
ParentNotDirectoryException.class,
|
|
|
NSQuotaExceededException.class,
|
|
|
DSQuotaExceededException.class,
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
|
UnresolvedPathException.class,
|
|
|
SnapshotAccessControlException.class);
|
|
|
} finally {
|
|
@@ -1469,6 +1470,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
|
FileNotFoundException.class,
|
|
|
SafeModeException.class,
|
|
|
DSQuotaExceededException.class,
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
|
UnsupportedOperationException.class,
|
|
|
UnresolvedPathException.class,
|
|
|
SnapshotAccessControlException.class);
|
|
@@ -1544,6 +1546,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
|
FileNotFoundException.class,
|
|
|
SafeModeException.class,
|
|
|
DSQuotaExceededException.class,
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
|
UnresolvedPathException.class,
|
|
|
SnapshotAccessControlException.class);
|
|
|
} finally {
|
|
@@ -1600,6 +1603,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
|
throw re.unwrapRemoteException(AccessControlException.class,
|
|
|
NSQuotaExceededException.class,
|
|
|
DSQuotaExceededException.class,
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
|
UnresolvedPathException.class,
|
|
|
SnapshotAccessControlException.class);
|
|
|
} finally {
|
|
@@ -1637,6 +1641,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
|
} catch(RemoteException re) {
|
|
|
throw re.unwrapRemoteException(AccessControlException.class,
|
|
|
DSQuotaExceededException.class,
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
|
FileAlreadyExistsException.class,
|
|
|
FileNotFoundException.class,
|
|
|
ParentNotDirectoryException.class,
|
|
@@ -2650,6 +2655,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
|
SafeModeException.class,
|
|
|
NSQuotaExceededException.class,
|
|
|
DSQuotaExceededException.class,
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
|
UnresolvedPathException.class,
|
|
|
SnapshotAccessControlException.class);
|
|
|
} finally {
|
|
@@ -2701,6 +2707,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
|
FileNotFoundException.class,
|
|
|
NSQuotaExceededException.class,
|
|
|
DSQuotaExceededException.class,
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
|
UnresolvedPathException.class,
|
|
|
SnapshotAccessControlException.class);
|
|
|
} finally {
|