public static class ConfigManager.SetResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static ConfigManager.SetResult |
fail(Exception e,
boolean retryableException) |
Exception |
getException() |
boolean |
isOk() |
boolean |
isRetryable() |
static ConfigManager.SetResult |
ok() |
public static ConfigManager.SetResult ok()
public static ConfigManager.SetResult fail(Exception e, boolean retryableException)
public boolean isOk()
public boolean isRetryable()
public Exception getException()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.