Class ServiceReconfigurationFailedEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.core.ServiceReconfigurationFailedEvent
- All Implemented Interfaces:
Event
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event
Event.Category, Event.Severity
-
Field Summary
Fields inherited from interface com.couchbase.client.core.cnc.Event
CATEGORY_PREFIX
-
Constructor Summary
ConstructorsConstructorDescriptionServiceReconfigurationFailedEvent
(Context context, String hostname, ServiceType serviceType, Throwable reason) -
Method Summary
-
Constructor Details
-
ServiceReconfigurationFailedEvent
public ServiceReconfigurationFailedEvent(Context context, String hostname, ServiceType serviceType, Throwable reason)
-
-
Method Details
-
cause
Description copied from interface:Event
If present, holds the cause for this event. Usually present if raised because of an excetion.- Returns:
- the throwable if present.
-
hostname
-
serviceType
-
description
Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-