Class ReplicationException

All Implemented Interfaces:
Serializable

@Public 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: