@InterfaceAudience.Public
@InterfaceStability.Unstable
public class RemoteFileChangedException
extends org.apache.hadoop.fs.PathIOException
S3AInputStream is
open.| Constructor and Description |
|---|
RemoteFileChangedException(String path,
String operation,
String message)
Constructs a RemoteFileChangedException.
|
getMessage, getPath, getTargetPath, setOperation, setTargetPath, withFullyQualifiedPathaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteFileChangedException(String path, String operation, String message)
path - the path accessed when the change was detectedoperation - the operation (e.g. open, re-open) performed when the
change was detectedmessage - a message providing more details about the conditionCopyright © 2008–2021 Apache Software Foundation. All rights reserved.