PropertyExistsException Class

com.bea.content
PropertyExistsException Class

public class PropertyExistsException

    extends RepositoryException

Thrown if trying to add a Property to a Node that already has a Property with the same name.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        PropertyExistsException
All Implemented Interfaces

Serializable

Constructor Summary

PropertyExistsException(String message, Throwable cause)

PropertyExistsException(String message)

PropertyExistsException(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

PropertyExistsException

public PropertyExistsException(String message, 
                               Throwable cause)

PropertyExistsException

public PropertyExistsException(String message)

PropertyExistsException

public PropertyExistsException(Throwable cause)