adb3client/src/main/java/com/alibaba/cloud/analyticdb/adb3client/impl/collector/TableShardCollector.java [63:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			} catch (AdbClientWithDetailsException e) {
				if (exception == null) {
					exception = e;
				} else if (exception instanceof AdbClientWithDetailsException) {
					((AdbClientWithDetailsException) exception).merge(e);
				}
			} catch (AdbClientException e) {
				exception = e;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



adb3client/src/main/java/com/alibaba/cloud/analyticdb/adb3client/impl/collector/TableShardCollector.java [77:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			} catch (AdbClientWithDetailsException e) {
				if (exception == null) {
					exception = e;
				} else if (exception instanceof AdbClientWithDetailsException) {
					((AdbClientWithDetailsException) exception).merge(e);
				}
			} catch (AdbClientException e) {
				exception = e;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



