railo.commons.io.res.util
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by railo.commons.io.res.util.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public final class ResourceNotFoundException
extends IOException

See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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