Class InvalidQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.search.v2.InvalidSearchException
com.atlassian.confluence.search.v2.InvalidQueryException
- All Implemented Interfaces:
Serializable
Thrown when a smart list query could not be converted to an index query. This is usually caused by
a plugin or component needed by the query not being available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidQueryException(String queryKey) InvalidQueryException(String queryKey, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidQueryException
-
InvalidQueryException
-
-
Method Details
-
getQueryKey
-