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:
  • Constructor Details

    • InvalidSearchException

      public InvalidSearchException(Throwable cause)
    • InvalidSearchException

      public InvalidSearchException(String message)
    • InvalidSearchException

      public InvalidSearchException(String message, Throwable cause)