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