public class ESClientException extends LensException
Constructor and Description |
---|
ESClientException() |
ESClientException(int errorCode) |
ESClientException(int errorCode,
Throwable cause,
Object... errorMsgFormattingArgs) |
ESClientException(String errorMsg) |
ESClientException(String s,
Exception e) |
ESClientException(String errorMsg,
int errorCode) |
ESClientException(String errorMsg,
int errorcode,
Throwable cause,
Object... errorMsgFormattingArgs) |
ESClientException(String errorMsg,
Throwable cause) |
ESClientException(Throwable cause) |
buildLensErrorResponse, buildLensErrorTO, equals, getErrorCode, getLensAPIResult, hashCode, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ESClientException(String errorMsg)
public ESClientException()
public ESClientException(Throwable cause)
public ESClientException(int errorCode)
public ESClientException(String errorMsg, int errorCode)
public ESClientException(int errorCode, Throwable cause, @NonNull Object... errorMsgFormattingArgs)
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.