Skip to:
At the moment, LazyInitException takes an inner exception but then destroys it by just grabbing the root.message and not the entire exception stack.
This makes debugging more difficult as the actual error as already been wrappered by an ADOException by the time it reaches LazyInitException.
0.7 was released
code was committed.
Changed the constructor to pass on the original exception
At the moment, LazyInitException takes an inner exception but then destroys it by just grabbing the root.message and not the entire exception stack.
This makes debugging more difficult as the actual error as already been wrappered by an ADOException by the time it reaches LazyInitException.