Plumtree EDK (Enterprise Web Development Kit) 5.4.0

NoLongerExistsException Class

Throw this exception from a Crawler Web Service implementation of Plumtree.Remote.Crawler.IContainerProvider.AttachToContainer or Plumtree.Remote.Crawler.IDocumentProvider.AttachToDocument when the requested resource no longer exists. Returned to the portal not as a SOAP Fault, but as a Status Code. The resource is removed from the portal when this exception is thrown.

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

System.Object
   System.Exception
      Plumtree.Remote.ServiceException
         Plumtree.Remote.NoLongerExistsException

public class NoLongerExistsException : ServiceException

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: Plumtree.Remote

Assembly: edk (in edk.dll)

See Also

NoLongerExistsException Members | Plumtree.Remote Namespace