public class InvalidQueryException extends LensException
| Constructor and Description |
|---|
InvalidQueryException() |
InvalidQueryException(LensErrorInfo errorInfo) |
InvalidQueryException(LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
InvalidQueryException(String s) |
InvalidQueryException(String s,
Exception e) |
InvalidQueryException(String errorMsg,
LensErrorInfo errorInfo) |
InvalidQueryException(String errorMsg,
LensErrorInfo errorInfo,
Throwable cause,
Object... errorMsgFormattingArgs) |
InvalidQueryException(String errorMsg,
Throwable cause) |
InvalidQueryException(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 InvalidQueryException(String s)
public InvalidQueryException()
public InvalidQueryException(Throwable cause)
public InvalidQueryException(LensErrorInfo errorInfo)
public InvalidQueryException(String errorMsg, LensErrorInfo errorInfo)
public InvalidQueryException(LensErrorInfo errorInfo, Throwable cause, @NonNull Object... errorMsgFormattingArgs)
public InvalidQueryException(String errorMsg, LensErrorInfo errorInfo, Throwable cause, @NonNull Object... errorMsgFormattingArgs)
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.