public class ScriptStatementFailedException
extends java.lang.RuntimeException
ResourceDatabasePopulator
if a statement in one of its SQL scripts
failed when executing it against the target database.Constructor and Description |
---|
ScriptStatementFailedException(java.lang.String statement,
int lineNumber,
EncodedResource resource,
java.lang.Throwable cause)
Construct a new
ScriptStatementFailedException . |
public ScriptStatementFailedException(java.lang.String statement, int lineNumber, EncodedResource resource, java.lang.Throwable cause)
ScriptStatementFailedException
.statement
- the actual SQL statement that failedlineNumber
- the line number in the SQL scriptresource
- the resource from which the SQL statement was readcause
- the underlying cause of the failure