FileNet Content Services
Java Connector v3.0

com.filenet.Panagon
Class ContentNotFoundException

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

public class ContentNotFoundException
extends BaseRuntimeException

This exception is thrown when a TransportInputStream object cannot be created, thereby preventing retrieval of document content.

See Also:
CS Java Toolkit Developer's Guide, Serialized Form

Constructor Summary
ContentNotFoundException()
           
ContentNotFoundException(java.lang.String s)
           
ContentNotFoundException(java.lang.String s, int faultCode)
           
ContentNotFoundException(java.lang.String s, java.lang.Integer faultCode)
           
 
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

ContentNotFoundException

public ContentNotFoundException()

ContentNotFoundException

public ContentNotFoundException(java.lang.String s)

ContentNotFoundException

public ContentNotFoundException(java.lang.String s,
                                int faultCode)

ContentNotFoundException

public ContentNotFoundException(java.lang.String s,
                                java.lang.Integer faultCode)

FileNet Content Services
Java Connector v3.0