public class

BatchFailedException

extends HibernateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.jdbc.BatchFailedException

Class Overview

Indicates a failed batch entry (-3 return).

Summary

Public Constructors
BatchFailedException(String s)
BatchFailedException(String string, Throwable root)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BatchFailedException (String s)

public BatchFailedException (String string, Throwable root)