org.springframework.jdbc.datasource.init
Class ScriptStatementFailedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.jdbc.datasource.init.ScriptStatementFailedException
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 failed
- lineNumber- the line number in the SQL script
- resource- the resource that could not be read from
- cause- the underlying cause of the resource access failure