public class FileNotFoundException extends IOException
| Constructor and Description |
|---|
FileNotFoundException()
Create an exception without a descriptive error message.
|
FileNotFoundException(String message)
Create an exception with a descriptive error message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileNotFoundException()
public FileNotFoundException(String message)
message - the descriptive error message