public class FileNotFoundRuntimeException extends IoRuntimeException
| Constructor and Description |
|---|
FileNotFoundRuntimeException() |
FileNotFoundRuntimeException(java.lang.String message) |
FileNotFoundRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
FileNotFoundRuntimeException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
FileNotFoundRuntimeException(java.lang.Throwable cause) |
propagatepublic FileNotFoundRuntimeException()
public FileNotFoundRuntimeException(java.lang.String message)
public FileNotFoundRuntimeException(java.lang.String message,
java.lang.Throwable cause)
public FileNotFoundRuntimeException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
public FileNotFoundRuntimeException(java.lang.Throwable cause)
Copyright © 2019. All Rights Reserved.