org.apache.hadoop.hbase.exceptions
Class ExportSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.exceptions.HBaseSnapshotException
org.apache.hadoop.hbase.exceptions.ExportSnapshotException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
public class ExportSnapshotException
- extends HBaseSnapshotException
Thrown when a snapshot could not be exported due to an error during the operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExportSnapshotException
public ExportSnapshotException(String msg)
- Parameters:
msg
- message describing the exception
ExportSnapshotException
public ExportSnapshotException(String message,
Exception e)
- Parameters:
message
- message describing the exceptione
- cause
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.