当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
BatchFailedException (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.jdbc
Class BatchFailedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.hibernate.exception.NestableRuntimeException
org.hibernate.exception.NestableRuntimeException
                   org.hibernate.HibernateException
org.hibernate.HibernateException
                       org.hibernate.jdbc.BatchFailedException
org.hibernate.jdbc.BatchFailedException
- All Implemented Interfaces: 
- Nestable, Serializable
- public class BatchFailedException- extends HibernateException
Indicates a failed batch entry (-3 return).
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class org.hibernate.exception.NestableRuntimeException | 
| getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace | 
 
 
 
BatchFailedException
public BatchFailedException(String s)
BatchFailedException
public BatchFailedException(String string,
                            Throwable root)