org.springframework.dao.DataIntegrityViolationException
从jsp向表中添加一些数据时,只插入一行数据还会
抛出org.springframework.dao.DataIntegrityViolationException
。
你能说说为什么会引发这个异常吗?
while adding some data to table from jsp, only one row of data gets inserted
Also an org.springframework.dao.DataIntegrityViolationException
is thrown.
Can you say why this exception is raised?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数情况下,例外情况是数据库约束违规。 - 在你的情况下,我猜这是一些独特的约束 - 但这只是猜测。
The exception is in most cases about database constraint violation. - In your case I would guess it is some unique constraint - but this is only guessing.