FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class LocalPropertyDescriptionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.filenet.wcm.api.BaseRuntimeException
                  extended bycom.filenet.wcm.api.LocalPropertyDescriptionException
All Implemented Interfaces:
java.io.Serializable

public class LocalPropertyDescriptionException
extends BaseRuntimeException

This exception is thrown when an operation is attempted that requires a property description created against an object store but the property description was obtained from a call to the ObjectFactory class's getPropertyDescription method. A PropertyDescription returned from ObjectFactory has no affiliation to an object store.

See Also:
Serialized Form

Constructor Summary
LocalPropertyDescriptionException()
          Constructs a LocalPropertyDescriptionException.
LocalPropertyDescriptionException(java.lang.String s)
          Constructs a LocalPropertyDescriptionException containing the specified String.
 
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException
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

LocalPropertyDescriptionException

public LocalPropertyDescriptionException()
Constructs a LocalPropertyDescriptionException.


LocalPropertyDescriptionException

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

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

FileNet Content Services
Java Connector v3.0