Original story:
Create a new User Exception and throw that exception.
I expect it to be caught by the User Exception Handler, but it gets caught by the All Exceptions Handler.
In the case of Traditional, it works as expected.
After contacting support, I was told that this behavior is by design.
However, this means that it is a flawed part that can place a User Exception Handler but does not catch any errors.
I feel this is a big problem.