com.plumtree.portaluiinfrastructure.search
Class SearchExecutionException

java.lang.Object
  extended by XPException
      extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionException
Direct Known Subclasses:
InvalidStateException, SearchExecutionError, SearchExecutionWarning

public abstract class SearchExecutionException
extends XPException

SearchExecutionException is the superclass of any exception that may occur when a search is run (i.e. an error or warning originating from COM or Search Server code).


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

Constructor Detail

SearchExecutionException

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

Parameters:
msg -



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