We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rule key:fb-contrib:JPAI_NON_SPECIFIED_TRANSACTION_EXCEPTION_HANDLING
this code is not report a bug, with custom Exception:NoMsgException, BizException
@Transactional public void orderSubmit(String userCode,List<CbOrderRsVO> waitingCallNextStepList) throws NoMsgException, BizException {...}
this code will report a bug, with Exception
@Transactional public void orderSubmit(String userCode,List<CbOrderRsVO> waitingCallNextStepList) throws Exception {...}
The text was updated successfully, but these errors were encountered:
add example for #441 (Assuming user exception is a RuntimeException
20f5d65
I'm assuming NoMsgException, BizException are RuntimeExceptions, which aren't reported.
Sorry, something went wrong.
No branches or pull requests
rule key:fb-contrib:JPAI_NON_SPECIFIED_TRANSACTION_EXCEPTION_HANDLING
this code is not report a bug, with custom Exception:NoMsgException, BizException
this code will report a bug, with Exception
The text was updated successfully, but these errors were encountered: