Class ReplicationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hbase.replication.regionserver.ReplicationRuntimeException
- All Implemented Interfaces:
Serializable
This exception is thrown when a replication source is terminated and source threads got
interrupted. It is inherited from RuntimeException so that it can skip all the following
processing logic and be propagated to the most top level and handled there.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescription -
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
-
ReplicationRuntimeException
-
ReplicationRuntimeException
-