Class BackupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.backup.impl.BackupException
- All Implemented Interfaces:
Serializable
Backup exception
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBackupException
(String msg) Some exception happened for a backup and don't even know the backup that it was aboutBackupException
(String message, Exception e) Exception when the description of the backup cannot be determined, due to some other root causeBackupException
(String msg, Throwable cause, BackupInfo desc) Exception for the given backup due to another exceptionBackupException
(String msg, BackupInfo desc) Exception for the given backup that has no previous root causeBackupException
(Throwable cause) Some exception happened for a backup with a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
info
-
-
Constructor Details
-
BackupException
Some exception happened for a backup and don't even know the backup that it was about- Parameters:
msg
- Full description of the failure
-
BackupException
Some exception happened for a backup with a cause- Parameters:
cause
- the cause
-
BackupException
Exception for the given backup that has no previous root cause- Parameters:
msg
- reason why the backup faileddesc
- description of the backup that is being failed
-
BackupException
Exception for the given backup due to another exception- Parameters:
msg
- reason why the backup failedcause
- root cause of the failuredesc
- description of the backup that is being failed
-
BackupException
Exception when the description of the backup cannot be determined, due to some other root cause- Parameters:
message
- description of what caused the failuree
- root cause
-
-
Method Details
-
getBackupInfo
-