public class CannotReadScriptException
extends java.lang.RuntimeException
ResourceDatabasePopulator if one of its SQL scripts cannot
be read during population.| Constructor and Description |
|---|
CannotReadScriptException(org.springframework.core.io.support.EncodedResource resource,
java.lang.Throwable cause)
Construct a new
CannotReadScriptException. |
public CannotReadScriptException(org.springframework.core.io.support.EncodedResource resource,
java.lang.Throwable cause)
CannotReadScriptException.resource - the resource that cannot be read fromcause - the underlying cause of the resource access failure