public class FileNotFoundException extends FileSystemException
| Constructor and Description |
|---|
FileNotFoundException(Object info)
Constructs exception with the specified detail message.
|
FileNotFoundException(Object info,
Throwable cause)
Constructs exception with the specified detail message and cause.
|
getCode, getInfo, getMessage, requireNonNull, requireNonNulladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileNotFoundException(Object info)
info - one context information.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.