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