Class UnexpectedEndpointConnectionFailedEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.endpoint.UnexpectedEndpointConnectionFailedEvent
- All Implemented Interfaces:
Event
During connecting to an endpoint, an exception/error was raised which was not expected. This
should be reported as a bug.
- Since:
- 2.0.0
-
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
ConstructorDescriptionUnexpectedEndpointConnectionFailedEvent
(Duration duration, Context context, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptioncause()
The cause of the unexpected connecting error.A textual description with more information about the event.
-
Constructor Details
-
UnexpectedEndpointConnectionFailedEvent
-
-
Method Details
-
cause
The cause of the unexpected connecting error.- Returns:
- the cause.
-
description
Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-