public final class ResourceNotFoundException extends IOException
Constructor and Description |
---|
ResourceNotFoundException()
Constructs a
FileNotFoundException with
null as its error detail message. |
ResourceNotFoundException(String s)
Constructs a
FileNotFoundException with the
specified detail message. |
ResourceNotFoundException(String path,
String reason)
Constructs a
FileNotFoundException with a detail message
consisting of the given pathname string followed by the given reason
string. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceNotFoundException()
FileNotFoundException
with
null
as its error detail message.public ResourceNotFoundException(String s)
FileNotFoundException
with the
specified detail message. The string s
can be
retrieved later by the
Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.public ResourceNotFoundException(String path, String reason)
FileNotFoundException
with a detail message
consisting of the given pathname string followed by the given reason
string. If the reason
argument is null
then
it will be omitted. This private constructor is invoked only by native
I/O methods.Copyright © 2015 Lucee