Class ReplicationException.UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.replication.ReplicationException
org.apache.bookkeeper.replication.ReplicationException.UnavailableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReplicationException.NonRecoverableReplicationException
- Enclosing class:
- ReplicationException
The replication service has become unavailable.
- See Also:
-
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
ConstructorsConstructorDescriptionUnavailableException(String message) UnavailableException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.bookkeeper.replication.ReplicationException
fromKeeperExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnavailableException
-
UnavailableException
-