org.apache.hadoop.hbase.snapshot
Class CorruptedSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class CorruptedSnapshotException
- extends HBaseSnapshotException
Exception thrown when the found snapshot info from the filesystem is not valid
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CorruptedSnapshotException
public CorruptedSnapshotException(String message,
Exception e)
- Parameters:
message
- message describing the exceptione
- cause
CorruptedSnapshotException
public CorruptedSnapshotException(String message,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
- Snapshot was corrupt for some reason
- Parameters:
message
- full description of the failuresnapshot
- snapshot that was expected
CorruptedSnapshotException
public CorruptedSnapshotException(String message)
- Parameters:
message
- message describing the exception
Copyright © 2015 The Apache Software Foundation. All rights reserved.