Class CannotReadScriptException

All Implemented Interfaces:
Serializable

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

    • CannotReadScriptException

      public CannotReadScriptException(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