RaigorJiang opened a new pull request, #27278: URL: https://github.com/apache/shardingsphere/pull/27278
During the execution of `ModeContextManager#registerStorageUnits`, two exceptions are known to occur: 1. SQLWrapperException <img width="787" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/72bb8370-254c-4086-8b2c-579939569a17"> 2. ServiceProviderNotFoundServerException <img width="1485" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/70f31f28-5603-4cf0-bdb4-0da12c477e0c"> #### They all belong to `ShardingSphereExternalException`  #### So now change exception type from `ShardingSphereServerException` to `ShardingSphereExternalException` <img width="1644" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/8716942e-8858-4a39-86b0-58e5dc65202e"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
