| Code: |
| public class DAOException extends DataAccessException |
| Code: |
|
ex DAOException (has exactly the same info available as Spring's DataAccessException) cause null (this is the pointer I need to getMessage, ... etc.) cause DAOException (id=1823) (this is some kind of strange nesting of exactly the same info and it looks like it goes on forever) detailMessage "There is no statement named GaeTablDgnf.selectDgnfForUserList in this SqlMap." (id=3828) (THIS IS WHAT I WANT) stackTrace null (no idea why this is null, I can print a stack trrace but it doesn't clarify nything) walkback int[56] (id=1806) (I suppose this applies to the stack trace) |