org.hibernate.jdbc
Class BatchFailedException
- Nestable
public class BatchFailedException
Indicates a failed batch entry (-3 return).
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 .
|
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
BatchFailedException
public BatchFailedException(String s)
Constructs a new NestableRuntimeException
with specified
detail message.
BatchFailedException
public BatchFailedException(String string,
Throwable root)
Constructs a new NestableRuntimeException
with specified
detail message and nested Throwable
.