-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more specific exception when @JsonDelegates throw an exception
This exception is thrown when the endpoint is created, not as a result of a receiving a message. This is generally a coding error, so make this exception the same as the other exceptions thrown by recursiveFindRpcMethods. Included is adding additional tests to ensure coverage of some previously missing uses cases. Code cleanup done as part of #802
- Loading branch information
1 parent
aa092c0
commit aa0bb9e
Showing
3 changed files
with
54 additions
and
3 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
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