Plumtree Portal UI  
 

InvalidStateException Class

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

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

System.Object
   System.Exception
      com.plumtree.openfoundation.util.XPException
         com.plumtree.portaluiinfrastructure.search.SearchExecutionException
            com.plumtree.portaluiinfrastructure.search.exceptions.InvalidStateException

public class InvalidStateException : 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.exceptions

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

InvalidStateException Members | com.plumtree.portaluiinfrastructure.search.exceptions Namespace