public class FileNotFoundException extends IOException
| Constructor and Description |
|---|
FileNotFoundException()
Create an exception without a descriptive error message.
|
FileNotFoundException(java.lang.String message)
Create an exception with a descriptive error message.
|
public FileNotFoundException()
public FileNotFoundException(java.lang.String message)
message - the descriptive error message