com.plumtree.portaluiinfrastructure.search
Class SearchExecutionWarning

java.lang.Object
  extended by XPException
      extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionException
          extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionWarning
Direct Known Subclasses:
PartialQueryWarning, QueryTimeoutWarning, WildcardExpansionWarning

public class SearchExecutionWarning
extends SearchExecutionException

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.


Constructor Summary
SearchExecutionWarning(java.lang.String msg)
          Creates a new SearchExecutionWarning object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchExecutionWarning

public SearchExecutionWarning(java.lang.String msg)
Creates a new SearchExecutionWarning object.

Parameters:
msg -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.