public class GrafanaDashboardDoesNotExistException extends GrafanaException
| Constructor and Description |
|---|
GrafanaDashboardDoesNotExistException(java.lang.String message) |
GrafanaDashboardDoesNotExistException(java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static GrafanaDashboardDoesNotExistException |
withErrorBody(okhttp3.ResponseBody body) |
public GrafanaDashboardDoesNotExistException(java.lang.String message)
public GrafanaDashboardDoesNotExistException(java.lang.String message,
java.lang.Throwable cause)
public static GrafanaDashboardDoesNotExistException withErrorBody(okhttp3.ResponseBody body) throws java.io.IOException
java.io.IOException