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, getMessage, hashCode, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2016 Apache Software Foundation. All rights reserved.