Package org.apache.hadoop.hbase.backup
Class FailedArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.backup.FailedArchiveException
- All Implemented Interfaces:
Serializable
Exception indicating that some files in the requested set could not be archived.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFailedArchiveException
(String message, Collection<org.apache.hadoop.fs.Path> failedFiles) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
failedFiles
-
-
Constructor Details
-
FailedArchiveException
-
-
Method Details
-
getFailedFiles
-
getMessage
- Overrides:
getMessage
in classThrowable
-