ERROR - Spring Framework - java.io.FileNotFoundException - Possible Causes

Exception Thrown By:Cause
ClassMethod
ResourceUtils public static File
getFile(String resourceLocation)
if the resource cannot be resolved
toa file in the file system.
ResourceUtils public static File
getFile(URL resourceUrl)
if the URL cannot be resolved
toa file in the file system.
ResourceUtils public static File
getFile(URI resourceUri)
if the URL cannot be resolved
toa file in the file system.