Plumtree Portal UI  
 

SearchExecutionWarning Class

SearchExecutionWarning indicates a warning that occurred while a search was running. Such a warning should be displayed to the user, but does not indicate that the search failed. For example, the user's query might have timed out and returned an incomplete result set.

For a list of all members of this type, see SearchExecutionWarning Members.

System.Object
   System.Exception
      com.plumtree.openfoundation.util.XPException
         com.plumtree.portaluiinfrastructure.search.SearchExecutionException
            com.plumtree.portaluiinfrastructure.search.SearchExecutionWarning
               com.plumtree.portaluiinfrastructure.search.exceptions.PartialQueryWarning
               com.plumtree.portaluiinfrastructure.search.exceptions.QueryTimeoutWarning
               com.plumtree.portaluiinfrastructure.search.exceptions.WildcardExpansionWarning

public class SearchExecutionWarning : SearchExecutionException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.search

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

SearchExecutionWarning Members | com.plumtree.portaluiinfrastructure.search Namespace