org.apache.hadoop.hbase.replication
Class ReplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hbase.exceptions.HBaseException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.