PropertyDefinitionExistsException Class

com.bea.content
PropertyDefinitionExistsException Class

public class PropertyDefinitionExistsException

    extends RepositoryException

Thrown if trying to add a PropertyDefinition to an ObjectClass with the same name as one that already exists.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        PropertyDefinitionExistsException
All Implemented Interfaces

Serializable

Constructor Summary

PropertyDefinitionExistsException(String message, Throwable cause)

PropertyDefinitionExistsException(String message)

PropertyDefinitionExistsException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PropertyDefinitionExistsException

public PropertyDefinitionExistsException(String message, 
                                         Throwable cause)

PropertyDefinitionExistsException

public PropertyDefinitionExistsException(String message)

PropertyDefinitionExistsException

public PropertyDefinitionExistsException(Throwable cause)