1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Adjust error message in the thrown exception

This commit is contained in:
Rivers-Shall 2019-08-20 20:53:11 +08:00
parent 578d51c7da
commit d9982c6143

View File

@ -149,8 +149,8 @@ public class SentinelBeanPostProcessor implements MergedBeanDefinitionPostProces
beanName, standardReturnType.getName(), blockClass.getName(), beanName, standardReturnType.getName(), blockClass.getName(),
blockMethod, argsStr); blockMethod, argsStr);
throw new IllegalArgumentException(type + " method return value in bean[" throw new IllegalArgumentException(type + " method return value in bean["
+ beanName + "] is not ClientHttpResponse: " + blockClass.getName() + beanName + "] is not " + standardReturnType.getName() + ": "
+ "#" + blockMethod + argsStr); + blockClass.getName() + "#" + blockMethod + argsStr);
} }
if (type.equals(SentinelConstants.BLOCK_TYPE)) { if (type.equals(SentinelConstants.BLOCK_TYPE)) {
BlockClassRegistry.updateBlockHandlerFor(blockClass, blockMethod, BlockClassRegistry.updateBlockHandlerFor(blockClass, blockMethod,