Polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1233 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
a7515e9ed1
commit
2f7dadf2eb
|
|
@ -18,13 +18,18 @@ package org.springframework.jdbc.datasource.embedded;
|
|||
import org.springframework.core.io.support.EncodedResource;
|
||||
|
||||
/**
|
||||
* Thrown by {@link ResourceDatabasePopulator} if one of its SQL scripts could not be read during population.
|
||||
* Thrown by {@link ResourceDatabasePopulator} if one of its SQL scripts could
|
||||
* not be read during population.
|
||||
*
|
||||
* @author Keith Donald
|
||||
* @since 3.0
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class CannotReadScriptException extends RuntimeException {
|
||||
|
||||
/**
|
||||
* Creates a new cannot read script exception.
|
||||
*
|
||||
* @param resource the resource that could not be read from
|
||||
* @param cause the underlying cause of the resource access failure
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue