public class CannotReadScriptException extends ScriptException
ScriptUtils
if an SQL script cannot be read.Constructor and Description |
---|
CannotReadScriptException(EncodedResource resource,
Throwable cause)
Create a new
CannotReadScriptException . |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotReadScriptException(EncodedResource resource, Throwable cause)
CannotReadScriptException
.resource
- the resource that cannot be read fromcause
- the underlying cause of the resource access failure