public class ESClientException extends LensException
| Constructor and Description |
|---|
ESClientException() |
ESClientException(LensErrorInfo errorInfo) |
ESClientException(LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
ESClientException(String errorMsg) |
ESClientException(String s,
Exception e) |
ESClientException(String errorMsg,
LensErrorInfo errorInfo) |
ESClientException(String errorMsg,
LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
ESClientException(String errorMsg,
Throwable cause) |
ESClientException(Throwable cause) |
buildLensErrorResponse, buildLensErrorTO, compareTo, equals, getErrorCode, getErrorInfo, getErrorWeight, getFormattedErrorMsg, getLensAPIResult, hashCode, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ESClientException(String errorMsg)
public ESClientException()
public ESClientException(Throwable cause)
public ESClientException(LensErrorInfo errorInfo)
public ESClientException(String errorMsg, LensErrorInfo errorInfo)
public ESClientException(LensErrorInfo errorInfo, Throwable cause, @NonNull Object... errorMsgFormattingArgs)
public ESClientException(String errorMsg, LensErrorInfo errorInfo, Throwable cause, @NonNull Object... errorMsgFormattingArgs)
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.