(root)/ – Rev 36385
Rev 36384 |
Compare with Previous |
Directory listing |
View Log
| RSS feed
Last modification
- Rev 36385 – 11 m 52 s
- Author: amit
- Log message:
- Add DataIntegrityViolationException handler to V1 GlobalExceptionHandler and V2GlobalExceptionHandler. Translates MySQL truncation / duplicate / FK errors into HTTP 400 with a friendly message via the new DbErrorTranslator (V1 uses ResponseSender; V2 uses ApiResponse + ErrorDetail).