| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | org.springframework.jdbc.datasource.init.CannotReadScriptException | |||
Thrown by ResourceDatabasePopulator if one of its SQL scripts could
not be read during population.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor a new CannotReadScriptException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Constructor a new CannotReadScriptException.
| resource | the resource that could not be read from |
|---|---|
| cause | the underlying cause of the resource access failure |
