org.apache.hadoop.hbase.exceptions
Class SnapshotExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.HBaseIOException
org.apache.hadoop.hbase.exceptions.HBaseSnapshotException
org.apache.hadoop.hbase.exceptions.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,
HBaseProtos.SnapshotDescription desc)
- Failure due to the snapshot already existing
- Parameters:
msg
- full description of the failuredesc
- snapshot that was attempted
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.