Commit 866325b82bbf66aa63fa9ab7aa6e5e367c534a0d
1 parent
536e006c
fix: ThingsboardException 的 handleException改为protected
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -293,7 +293,7 @@ public abstract class BaseController { | @@ -293,7 +293,7 @@ public abstract class BaseController { | ||
293 | errorResponseHandler.handle(ex, response); | 293 | errorResponseHandler.handle(ex, response); |
294 | } | 294 | } |
295 | 295 | ||
296 | - ThingsboardException handleException(Exception exception) { | 296 | + protected ThingsboardException handleException(Exception exception) { |
297 | return handleException(exception, true); | 297 | return handleException(exception, true); |
298 | } | 298 | } |
299 | 299 |