@InterfaceAudience.Private public class FailedArchiveException extends IOException
| Constructor and Description |
|---|
FailedArchiveException(String message,
Collection<org.apache.hadoop.fs.Path> failedFiles) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.hadoop.fs.Path> |
getFailedFiles() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FailedArchiveException(String message, Collection<org.apache.hadoop.fs.Path> failedFiles)
public Collection<org.apache.hadoop.fs.Path> getFailedFiles()
public String getMessage()
getMessage in class ThrowableCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.