com.github.restdriver.serverdriver.file
Class RuntimeFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.restdriver.serverdriver.file.RuntimeFileNotFoundException
All Implemented Interfaces:
Serializable

public class RuntimeFileNotFoundException
extends RuntimeException

Runtime wrapper for FileNotFoundException. User: mjg Date: 21/04/11 Time: 12:08

See Also:
Serialized Form

Constructor Summary
RuntimeFileNotFoundException(FileNotFoundException fnfe)
          Creates a new instance of the exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeFileNotFoundException

public RuntimeFileNotFoundException(FileNotFoundException fnfe)
Creates a new instance of the exception.

Parameters:
fnfe - The exception to use as the cause


Copyright © 2011. All Rights Reserved.