Class BatchExecutorException

java.lang.Object
All Implemented Interfaces:
Serializable

public class BatchExecutorException extends ExecutorException
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.
Author:
Jeff Butler
See Also: