public class

CannotReadScriptException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.jdbc.datasource.init.CannotReadScriptException

Class Overview

Thrown by ResourceDatabasePopulator if one of its SQL scripts could not be read during population.

Summary

Public Constructors
CannotReadScriptException(EncodedResource resource, Throwable cause)
Constructor a new CannotReadScriptException.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CannotReadScriptException (EncodedResource resource, Throwable cause)

Constructor a new CannotReadScriptException.

Parameters
resource the resource that could not be read from
cause the underlying cause of the resource access failure