@InterfaceAudience.Private public class FailedArchiveException extends IOException
| Modifier and Type | Field and Description | 
|---|---|
| private Collection<org.apache.hadoop.fs.Path> | failedFiles | 
| 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, toStringprivate final Collection<org.apache.hadoop.fs.Path> failedFiles
public 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.