public class FileNotFoundException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXCEPTION |
| Constructor and Description |
|---|
FileNotFoundException() |
FileNotFoundException(java.lang.String message) |
FileNotFoundException(java.lang.String message,
java.lang.Throwable cause) |
FileNotFoundException(java.lang.Throwable cause) |
public static final java.lang.String EXCEPTION
public FileNotFoundException()
public FileNotFoundException(java.lang.String message)
public FileNotFoundException(java.lang.String message,
java.lang.Throwable cause)
public FileNotFoundException(java.lang.Throwable cause)