org.hibernate.jdbc

Class BatchFailedException

Implemented Interfaces:
Nestable

public class BatchFailedException
extends HibernateException

Indicates a failed batch entry (-3 return).
Author:
Steve Ebersole

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

BatchFailedException(String s)
Constructs a new NestableRuntimeException with specified detail message.
BatchFailedException(String string, Throwable root)
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.

Method Summary

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

BatchFailedException

public BatchFailedException(String s)
Constructs a new NestableRuntimeException with specified detail message.
Parameters:

BatchFailedException

public BatchFailedException(String string,
                            Throwable root)
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.
Parameters: