Class CannotReadScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.r2dbc.connection.init.ScriptException
org.springframework.r2dbc.connection.init.CannotReadScriptException
- All Implemented Interfaces:
 Serializable
Thrown by 
ScriptUtils if an SQL script cannot be read.- Since:
 - 5.3
 - Author:
 - Keith Donald, Sam Brannen, Mark Paluch
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCannotReadScriptException(EncodedResource resource, Throwable cause) Create a newCannotReadScriptException. - 
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CannotReadScriptException
Create a newCannotReadScriptException.- Parameters:
 resource- the resource that cannot be read fromcause- the underlying cause of the resource access failure
 
 -