|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.filenet.wcm.api.BaseException
com.filenet.wcm.api.PropertyNotFoundException
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.
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 |
public PropertyNotFoundException()
PropertyNotFoundException
.
public PropertyNotFoundException(java.lang.String s)
PropertyNotFoundException
containing
the specified String
.
s
- A String
that contains message text about the exception.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |