Class CannotReadScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.jdbc.datasource.init.ScriptException
org.springframework.jdbc.datasource.init.CannotReadScriptException
All Implemented Interfaces:
Serializable

public class CannotReadScriptException extends ScriptException
Thrown by ScriptUtils if an SQL script cannot be read.
Since:
3.0
Author:
Keith Donald, Sam Brannen
See Also:
  • Constructor Details

    • CannotReadScriptException

      public CannotReadScriptException(org.springframework.core.io.support.EncodedResource resource, Throwable cause)
      Create a new CannotReadScriptException.
      Parameters:
      resource - the resource that cannot be read from
      cause - the underlying cause of the resource access failure