Class InvalidSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.search.v2.InvalidSearchException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidQueryException
Superclass for exceptions thrown due to errors converting from a Search to the native search type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSearchException
(String message) InvalidSearchException
(String message, Throwable cause) InvalidSearchException
(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
-
InvalidSearchException
-
InvalidSearchException
-
InvalidSearchException
-