Package org.hibernate.jdbc
Class BatchFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.jdbc.BatchFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class BatchFailedException extends HibernateException
Indicates a failed batch entry (-3 return).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchFailedException(java.lang.String s)
BatchFailedException(java.lang.String string, java.lang.Throwable root)
-