java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | org.hibernate.HibernateException | |||||
↳ | org.hibernate.jdbc.TooManyRowsAffectedException | |||||
↳ | org.hibernate.jdbc.BatchedTooManyRowsAffectedException |
Much like TooManyRowsAffectedException
, indicates that more
rows than what we were expcecting were affected. Additionally, this form
occurs from a batch and carries along the batch positon that failed.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.hibernate.jdbc.TooManyRowsAffectedException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|