|
spring-jdbc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.jdbc.datasource.init.ScriptStatementFailedException
public class ScriptStatementFailedException
Thrown by ResourceDatabasePopulator if a statement in one of its SQL scripts
failed when executing it against the target database.
| Constructor Summary | |
|---|---|
ScriptStatementFailedException(java.lang.String statement,
int lineNumber,
org.springframework.core.io.support.EncodedResource resource,
java.lang.Throwable cause)
Constructor a new ScriptStatementFailedException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptStatementFailedException(java.lang.String statement,
int lineNumber,
org.springframework.core.io.support.EncodedResource resource,
java.lang.Throwable cause)
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
|
spring-jdbc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||