Package org.hibernate.jdbc
Class BatchFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.jdbc.BatchFailedException
-
- All Implemented Interfaces:
Serializable
public class BatchFailedException extends HibernateException
Indicates a failed batch entry (-3 return).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchFailedException(String s)
BatchFailedException(String string, @Nullable Throwable root)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-