@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, toString
private 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 Throwable
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.