public class EtcdException extends RuntimeException
| Constructor and Description |
|---|
EtcdException(String message,
int errorCode) |
EtcdException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
int errorCode) |
EtcdException(String message,
Throwable cause,
int errorCode) |
EtcdException(Throwable cause,
int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
static RuntimeException |
launderException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EtcdException(String message, int errorCode)
public EtcdException(Throwable cause, int errorCode)
public int getErrorCode()
public static RuntimeException launderException(Throwable t)
Copyright © 2011–2014 Red Hat. All rights reserved.