Class ReplicationException.NonRecoverableReplicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.bookkeeper.replication.ReplicationException
-
- org.apache.bookkeeper.replication.ReplicationException.UnavailableException
-
- org.apache.bookkeeper.replication.ReplicationException.NonRecoverableReplicationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ReplicationException
public static class ReplicationException.NonRecoverableReplicationException extends ReplicationException.UnavailableException
The replication service encountered an error that requires service restart.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bookkeeper.replication.ReplicationException
ReplicationException.BKAuditException, ReplicationException.CompatibilityException, ReplicationException.NonRecoverableReplicationException, ReplicationException.UnavailableException
-
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.replication.ReplicationException
EXCEPTION_HANDLER
-
-
Constructor Summary
Constructors Constructor Description NonRecoverableReplicationException(java.lang.String message)
NonRecoverableReplicationException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.bookkeeper.replication.ReplicationException
fromKeeperException
-
-