public class FileNotFoundException extends Exception
Constructor and Description |
---|
FileNotFoundException()
Empty constructor
|
FileNotFoundException(String message)
Constructs exception with the message
|
FileNotFoundException(String message,
Throwable cause)
Constructs the exception with message and cause
|
FileNotFoundException(Throwable cause)
Constructs the exception with cause of the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileNotFoundException()
public FileNotFoundException(String message)
message
- detail messagepublic FileNotFoundException(String message, Throwable cause)
message
- detail messagecause
- original exceptionpublic FileNotFoundException(Throwable cause)
cause
- original exceptionCopyright © 2013. All Rights Reserved.