We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d994eb7 commit 1d6727bCopy full SHA for 1d6727b
src/main/java/org/springframework/data/couchbase/core/ReactiveCouchbaseTemplate.java
@@ -223,7 +223,7 @@ public ReactiveTemplateSupport support() {
223
*
224
* @param ex the exception to translate
225
*/
226
- RuntimeException potentiallyConvertRuntimeException(final RuntimeException ex) {
+ protected RuntimeException potentiallyConvertRuntimeException(final RuntimeException ex) {
227
RuntimeException resolved = exceptionTranslator != null ? exceptionTranslator.translateExceptionIfPossible(ex)
228
: null;
229
return resolved == null ? ex : resolved;
0 commit comments