List of usage examples for org.apache.ibatis.executor BatchExecutorException getBatchUpdateException
public BatchUpdateException getBatchUpdateException()
From source file:com.ibatis.sqlmap.engine.execution.BatchException.java
License:Apache License
public BatchException(BatchExecutorException e) { this(e.getMessage(), e.getBatchUpdateException(), e.getSuccessfulBatchResults(), e.getFailingStatementId(), e.getFailingSqlStatement()); }