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
public class InvalidSearchException extends Exception
Superclass for exceptions thrown due to errors converting from a Search to the native search type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSearchException(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
-
-