public class FileNotFoundRuntimeException extends IoRuntimeException
| Constructor and Description |
|---|
FileNotFoundRuntimeException() |
FileNotFoundRuntimeException(String message) |
FileNotFoundRuntimeException(String message,
Throwable cause) |
FileNotFoundRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
FileNotFoundRuntimeException(Throwable cause) |
propagateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileNotFoundRuntimeException()
public FileNotFoundRuntimeException(String message)
public FileNotFoundRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public FileNotFoundRuntimeException(Throwable cause)
Copyright © 2017. All Rights Reserved.