-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap Tables implementation Exception with a public type. (#20275)
* Added TableServiceErrorException and TableServiceError to the public models package. * Added utility methods to map the implementation exception to the public one. * Updated all public types to reference the public TableServiceErrorException instead of the one in the implementation package. * Updated and reformatted Javadoc of clients and batch classes. Reformatted some code as well. * Updated client builder to throw IllegalArgumentException instead of NullPointerException when given arguments are incorrect or null. Also changed log level of when the httpClient or pipeline are set to null from INFO to WARNING. * Updated CHANGELOG. * Fixed implementation exception handling and conversion to public type. * Updated `nullCredentialThrowsNullPointerException()` test in TablesClientBuilderTest. * Applied PR feedback. * Fixed CheckStyle issues. * Fixed test issues. * Fixed more CheckStyle issues. * Fixed SpotBugs issue. * Applied more PR feedback about handling a null `connectionString` and `endpoint`.
- Loading branch information
Showing
17 changed files
with
1,072 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.