com.atlassian.confluence.search.v2
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidSearchException
public InvalidSearchException(String message)
InvalidSearchException
public InvalidSearchException(String message,
Throwable cause)