public class InfluxException extends RuntimeException
| Constructor and Description |
|---|
InfluxException(IHttpClientResponse r) |
InfluxException(String message) |
InfluxException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
IHttpClientResponse |
getResponse() |
boolean |
isBadResponse() |
boolean |
isException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InfluxException(IHttpClientResponse r)
public InfluxException(Throwable e)
public InfluxException(String message)
public boolean isBadResponse()
public IHttpClientResponse getResponse()
public boolean isException()
public Throwable getException()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.