public class DnsSrvLookupFailedEvent extends AbstractEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
DnsSrvLookupFailedEvent.Reason |
Event.Category, Event.SeverityCATEGORY_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()
Eventpublic Throwable cause()
Eventpublic DnsSrvLookupFailedEvent.Reason reason()
Copyright © 2024 Couchbase, Inc.. All rights reserved.