public class FileNotFoundException extends IOException
| Constructor and Description |
|---|
FileNotFoundException()
Constructs a new
FileNotFoundException with its stack trace
filled in. |
FileNotFoundException(String detailMessage)
Constructs a new
FileNotFoundException with its stack trace and
detail message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileNotFoundException()
FileNotFoundException with its stack trace
filled in.public FileNotFoundException(String detailMessage)
FileNotFoundException with its stack trace and
detail message filled in.detailMessage - the detail message for this exception.