railo.commons.io.res.util
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
railo.commons.io.res.util.ResourceNotFoundException
- All Implemented Interfaces:
- Serializable
public final class ResourceNotFoundException
- extends IOException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceNotFoundException
public ResourceNotFoundException()
- Constructs a
FileNotFoundException
with
null
as its error detail message.
ResourceNotFoundException
public ResourceNotFoundException(String s)
- Constructs a
FileNotFoundException
with the
specified detail message. The string s
can be
retrieved later by the
Throwable.getMessage()
method of class java.lang.Throwable
.
- Parameters:
s
- the detail message.
ResourceNotFoundException
public ResourceNotFoundException(String path,
String reason)
- Constructs a
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 © 2012 Railo