public class DnsSrvLookupFailedEvent extends AbstractEvent
Modifier and Type | Class and Description |
---|---|
static class |
DnsSrvLookupFailedEvent.Reason |
Event.Category, Event.Severity
CATEGORY_PREFIX
Constructor and Description |
---|
DnsSrvLookupFailedEvent(Event.Severity severity,
Duration duration,
Throwable cause,
DnsSrvLookupFailedEvent.Reason reason) |
Modifier and Type | Method and Description |
---|---|
Throwable |
cause()
If present, holds the cause for this event.
|
String |
description()
A textual description with more information about the event.
|
DnsSrvLookupFailedEvent.Reason |
reason() |
public DnsSrvLookupFailedEvent(Event.Severity severity, Duration duration, Throwable cause, DnsSrvLookupFailedEvent.Reason reason)
public String description()
Event
public Throwable cause()
Event
public DnsSrvLookupFailedEvent.Reason reason()
Copyright © 2021 Couchbase, Inc.. All rights reserved.