com.github.restdriver.serverdriver.file
Class RuntimeFileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.