public class CannotReadScriptException extends RuntimeException
ResourceDatabasePopulator
if one of its SQL scripts could
not be read during population.Constructor and Description |
---|
CannotReadScriptException(EncodedResource resource,
Throwable cause)
Constructor a new CannotReadScriptException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotReadScriptException(EncodedResource resource, Throwable cause)
resource
- the resource that could not be read fromcause
- the underlying cause of the resource access failureCopyright © 2013. All Rights Reserved.