|
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
java.lang.RuntimeException
com.filenet.wcm.api.BaseRuntimeException
com.filenet.wcm.api.NoContentInRefException
This exception is thrown if a
getContent
or
getContentElement
call is attempted on a content element that is actually a content
reference element (that is, external content).
Constructor Summary | |
NoContentInRefException()
Constructs a new NoContentInRefException with no message text. |
|
NoContentInRefException(java.lang.String s)
Constructs a new NoContentInRefException with the specified message text.
|
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 |
public NoContentInRefException()
NoContentInRefException
with no message text.
public NoContentInRefException(java.lang.String s)
NoContentInRefException
with the specified message text.
s
- A String
containing a detailed message 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 |