+| <a id="UseOldExceptionBehavior" href="#UseOldExceptionBehavior">UseOldExceptionBehavior</a> | Allows to set the exception message and wrapping behavior in the Mendix Runtime Server to the behavior before 11.6.0. From 11.6.0 we changed the way messages are constructed preventing that the actual cause of the error might get hidden in the details and exception wrapping is reduced significantly.<br/><br/>The consequence of this change is that error messages will be different with the introduction of this change. And due to the reduction of exception wrapping there is a significant less deep exception nesting, meaning that code depending on finding some specific exception hardcoded on X levels deep (using `exception.getCause().getCause()` for example), will likely start to fail.<br/><br/>To restore the previous behavior and error message set `UseOldExceptionBehavior` to `true`. | false *Introduced in Mendix 11.6.0.* |
0 commit comments