FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class PropertyNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.filenet.wcm.api.BaseException
              extended bycom.filenet.wcm.api.PropertyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotFoundException
extends BaseException

This checked exception is thrown in a variety of contexts in which specific properties are being manipulated by an application and at least one of those properties cannot be found for the given object.

See Also:
Serialized Form

Constructor Summary
PropertyNotFoundException()
          Constructs a PropertyNotFoundException.
PropertyNotFoundException(java.lang.String s)
          Constructs a PropertyNotFoundException containing the specified String.
 
Methods inherited from class com.filenet.wcm.api.BaseException
getFaultCode, setFaultCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyNotFoundException

public PropertyNotFoundException()
Constructs a PropertyNotFoundException.


PropertyNotFoundException

public PropertyNotFoundException(java.lang.String s)
Constructs a PropertyNotFoundException containing the specified String.

Parameters:
s - A String that contains message text about the exception.

FileNet Content Services
Java Connector v3.0