com.plumtree.portaluiinfrastructure.search.exceptions
Class InvalidStateException

java.lang.Object
  extended by XPException
      extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionException
          extended by com.plumtree.portaluiinfrastructure.search.exceptions.InvalidStateException

public class InvalidStateException
extends SearchExecutionException

InvalidStateException indicates that a method on ISearchResultModel was called with a key, but the key was not found in the SearchResultModel cache.


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

Constructor Detail

InvalidStateException

public InvalidStateException(java.lang.String key)
Creates a new InvalidStateException object.

Parameters:
key -



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