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
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:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReplicationException
(String message) ReplicationException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
ReplicationException
public ReplicationException() -
ReplicationException
-
ReplicationException
-
ReplicationException
-