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