FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class NoContentInRefException

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.NoContentInRefException
All Implemented Interfaces:
java.io.Serializable

public class NoContentInRefException
extends BaseRuntimeException

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).

See Also:
Serialized Form

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

NoContentInRefException

public NoContentInRefException()
Constructs a new NoContentInRefException with no message text.


NoContentInRefException

public NoContentInRefException(java.lang.String s)
Constructs a new NoContentInRefException with the specified message text.

Parameters:
s - A String containing a detailed message about the exception.

FileNet Content Services
Java Connector v3.0