org.loom.exception
Class RuntimeFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.loom.exception.HttpException
                  extended by org.loom.exception.RuntimeFileNotFoundException
All Implemented Interfaces:
java.io.Serializable, HttpThrowable

public class RuntimeFileNotFoundException
extends HttpException

An unchecked FileNotFoundException class

See Also:
Serialized Form

Constructor Summary
RuntimeFileNotFoundException(java.io.FileNotFoundException e)
           
RuntimeFileNotFoundException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.loom.exception.HttpException
getHttpError
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.loom.exception.HttpThrowable
getCause
 

Constructor Detail

RuntimeFileNotFoundException

public RuntimeFileNotFoundException(java.io.FileNotFoundException e)

RuntimeFileNotFoundException

public RuntimeFileNotFoundException(java.lang.String message)