org.apache.hadoop.hbase.exceptions
Class ExportSnapshotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.HBaseIOException
                  extended by org.apache.hadoop.hbase.exceptions.HBaseSnapshotException
                      extended by 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

Constructor Summary
ExportSnapshotException(String msg)
           
ExportSnapshotException(String message, Exception e)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hbase.exceptions.HBaseSnapshotException
getSnapshotDescription
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportSnapshotException

public ExportSnapshotException(String msg)
Parameters:
msg - message describing the exception

ExportSnapshotException

public ExportSnapshotException(String message,
                               Exception e)
Parameters:
message - message describing the exception
e - cause


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.