public class EtcdClientException extends IOException
| Constructor and Description |
|---|
EtcdClientException(String message,
EtcdResult result) |
EtcdClientException(String message,
int httpStatusCode) |
EtcdClientException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
boolean |
isEtcdError(int etcdCode) |
boolean |
isHttpError(int httpStatusCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EtcdClientException(String message, int httpStatusCode)
public EtcdClientException(String message, EtcdResult result)
Copyright © 2014. All Rights Reserved.