org.hibernate.jdbc
Class BatchFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.jdbc.BatchFailedException
- All Implemented Interfaces:
- Serializable, Nestable
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)