BatchFailedExceptionpublic class BatchFailedException extends org.hibernate.HibernateException Indicates a failed batch entry (-3 return). |
Constructors Summary |
---|
public BatchFailedException(String s)
super( s );
| public BatchFailedException(String string, Throwable root)
super( string, root );
|
|