FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class CannotDeleteObjectException

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

public class CannotDeleteObjectException
extends BaseRuntimeException

This exception is thrown when the Content Services server indicates that it cannot delete an object. This can occur if the object references, or is referenced by, another object in the Content Services server and that reference prohibits the deletion.

See Also:
Serialized Form

Constructor Summary
CannotDeleteObjectException()
          Constructs a CannotDeleteObjectException.
CannotDeleteObjectException(java.lang.String s)
          Constructs a CannotDeleteObjectException 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

CannotDeleteObjectException

public CannotDeleteObjectException()
Constructs a CannotDeleteObjectException.


CannotDeleteObjectException

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

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

FileNet Content Services
Java Connector v3.0