org.apache.hadoop.hbase.replication
Class ReplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hbase.exceptions.HBaseException
              extended by org.apache.hadoop.hbase.replication.ReplicationException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Stable
public class ReplicationException
extends HBaseException

An HBase Replication exception. This exception is client facing and is thrown from all replication interfaces that deal with the manipulation of replication state. This exception could be thrown for a number of different reasons including loss of connection to the underlying data store, loss of connection to a peer cluster or errors during deserialization of replication data.

See Also:
Serialized Form

Constructor Summary
ReplicationException()
           
ReplicationException(String message)
           
ReplicationException(String message, Throwable t)
           
ReplicationException(Throwable t)
           
 
Method Summary
 
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

ReplicationException

public ReplicationException()

ReplicationException

public ReplicationException(String message)

ReplicationException

public ReplicationException(String message,
                            Throwable t)

ReplicationException

public ReplicationException(Throwable t)


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.