|
@@ -1425,6 +1425,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
ParentNotDirectoryException.class,
|
|
ParentNotDirectoryException.class,
|
|
NSQuotaExceededException.class,
|
|
NSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
UnresolvedPathException.class,
|
|
UnresolvedPathException.class,
|
|
SnapshotAccessControlException.class);
|
|
SnapshotAccessControlException.class);
|
|
} finally {
|
|
} finally {
|
|
@@ -1467,6 +1468,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
FileNotFoundException.class,
|
|
FileNotFoundException.class,
|
|
SafeModeException.class,
|
|
SafeModeException.class,
|
|
DSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
UnsupportedOperationException.class,
|
|
UnsupportedOperationException.class,
|
|
UnresolvedPathException.class,
|
|
UnresolvedPathException.class,
|
|
SnapshotAccessControlException.class);
|
|
SnapshotAccessControlException.class);
|
|
@@ -1542,6 +1544,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
FileNotFoundException.class,
|
|
FileNotFoundException.class,
|
|
SafeModeException.class,
|
|
SafeModeException.class,
|
|
DSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
UnresolvedPathException.class,
|
|
UnresolvedPathException.class,
|
|
SnapshotAccessControlException.class);
|
|
SnapshotAccessControlException.class);
|
|
} finally {
|
|
} finally {
|
|
@@ -1598,6 +1601,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
throw re.unwrapRemoteException(AccessControlException.class,
|
|
throw re.unwrapRemoteException(AccessControlException.class,
|
|
NSQuotaExceededException.class,
|
|
NSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
UnresolvedPathException.class,
|
|
UnresolvedPathException.class,
|
|
SnapshotAccessControlException.class);
|
|
SnapshotAccessControlException.class);
|
|
} finally {
|
|
} finally {
|
|
@@ -1635,6 +1639,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
} catch(RemoteException re) {
|
|
} catch(RemoteException re) {
|
|
throw re.unwrapRemoteException(AccessControlException.class,
|
|
throw re.unwrapRemoteException(AccessControlException.class,
|
|
DSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
FileAlreadyExistsException.class,
|
|
FileAlreadyExistsException.class,
|
|
FileNotFoundException.class,
|
|
FileNotFoundException.class,
|
|
ParentNotDirectoryException.class,
|
|
ParentNotDirectoryException.class,
|
|
@@ -2651,6 +2656,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
SafeModeException.class,
|
|
SafeModeException.class,
|
|
NSQuotaExceededException.class,
|
|
NSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
UnresolvedPathException.class,
|
|
UnresolvedPathException.class,
|
|
SnapshotAccessControlException.class);
|
|
SnapshotAccessControlException.class);
|
|
} finally {
|
|
} finally {
|
|
@@ -2702,6 +2708,7 @@ public class DFSClient implements java.io.Closeable, RemotePeerFactory,
|
|
FileNotFoundException.class,
|
|
FileNotFoundException.class,
|
|
NSQuotaExceededException.class,
|
|
NSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
DSQuotaExceededException.class,
|
|
|
|
+ QuotaByStorageTypeExceededException.class,
|
|
UnresolvedPathException.class,
|
|
UnresolvedPathException.class,
|
|
SnapshotAccessControlException.class);
|
|
SnapshotAccessControlException.class);
|
|
} finally {
|
|
} finally {
|