|
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.CannotReadScriptException
public class CannotReadScriptException
Thrown by ResourceDatabasePopulator if one of its SQL scripts could
not be read during population.
| Constructor Summary | |
|---|---|
CannotReadScriptException(org.springframework.core.io.support.EncodedResource resource,
java.lang.Throwable cause)
Constructor a new CannotReadScriptException. |
|
| 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 CannotReadScriptException(org.springframework.core.io.support.EncodedResource resource,
java.lang.Throwable cause)
resource - 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 | ||||||||