FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class UniquenessConstraintException

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

public class UniquenessConstraintException
extends BaseRuntimeException

Not Applicable in CS Java Connector v3.0.

This exception is thrown if an attempt is made to assign a name to an object that violates unique naming requirements in the object store. This violation is also called a naming collision. Typical causes of this exception are:

See Also:
Serialized Form

Constructor Summary
UniquenessConstraintException()
          

Not Applicable in CS Java Connector v3.0.

UniquenessConstraintException(java.lang.String s)
          

Not Applicable in CS Java Connector v3.0.

 
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

UniquenessConstraintException

public UniquenessConstraintException()

Not Applicable in CS Java Connector v3.0.

Constructs a UniquenessConstraintException.


UniquenessConstraintException

public UniquenessConstraintException(java.lang.String s)

Not Applicable in CS Java Connector v3.0.

Constructs a UniquenessConstraintException containing the specified String.

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

FileNet Content Services
Java Connector v3.0