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

@Private public class ReplicationRuntimeException extends RuntimeException
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: