com.bea.content
Class PropertyDefinitionExistsException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.content.RepositoryException
              
com.bea.content.PropertyDefinitionExistsException
- All Implemented Interfaces 
 - Serializable
 
public class PropertyDefinitionExistsException
- extends RepositoryException
 
Thrown if trying to add a PropertyDefinition to an ObjectClass
 with the same name as one that already exists.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
PropertyDefinitionExistsException
public PropertyDefinitionExistsException(String message)
PropertyDefinitionExistsException
public PropertyDefinitionExistsException(String message,
                                         Throwable cause)
PropertyDefinitionExistsException
public PropertyDefinitionExistsException(Throwable cause)
PropertyDefinitionExistsException
public PropertyDefinitionExistsException(String message,
                                         Throwable cause,
                                         boolean log)
Copyright © 2006 BEA Systems, Inc. All Rights Reserved