public class CannotReadScriptException extends RuntimeException
ResourceDatabasePopulator
if one of its SQL scripts cannot
be read during population.Constructor and Description |
---|
CannotReadScriptException(EncodedResource resource,
Throwable cause)
Construct a new
CannotReadScriptException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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