org.apache.hadoop.hbase.snapshot
Class SnapshotExistsException
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.SnapshotExistsException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class SnapshotExistsException
- extends HBaseSnapshotException
Thrown when a snapshot exists but should not
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SnapshotExistsException
public SnapshotExistsException(String msg)
SnapshotExistsException
public SnapshotExistsException(String msg,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc)
- Failure due to the snapshot already existing
- Parameters:
msg
- full description of the failuredesc
- snapshot that was attempted
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.