org.springframework.jdbc.datasource.init
Class ScriptStatementFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.jdbc.datasource.init.ScriptStatementFailedException
- All Implemented Interfaces:
- Serializable
public class ScriptStatementFailedException
- extends RuntimeException
Thrown by ResourceDatabasePopulator
if a statement in one of its SQL scripts
failed when executing it against the target database.
- Since:
- 3.0.5
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptStatementFailedException
public ScriptStatementFailedException(String statement,
int lineNumber,
EncodedResource resource,
Throwable cause)
- Constructor a new ScriptStatementFailedException.
- Parameters:
statement
- the actual SQL statement that failedlineNumber
- the line number in the SQL scriptresource
- the resource that could not be read fromcause
- the underlying cause of the resource access failure