List of usage examples for org.apache.ibatis.executor BatchExecutorException getFailingSqlStatement
public String getFailingSqlStatement()
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()); }