Class BatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibatis.sqlmap.engine.execution.BatchException
All Implemented Interfaces:
Serializable

public class BatchException extends Exception
This exception is thrown if a java.sql.BatchUpdateException is caught during the execution of any nested batch. The exception contains the java.sql.BatchUpdateException that is the root cause, as well as the results from any prior nested batch that executed successfully. This exception is only thrown from the executeBatchDetailed method.
Author:
Jeff Butler
See Also: