© 2005 BEA Systems, Inc.

com.bea.content
Class PropertyExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.content.RepositoryException
              extended bycom.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

Constructor Summary
PropertyExistsException(String message)
           
PropertyExistsException(String message, Throwable cause)
           
PropertyExistsException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyExistsException

public PropertyExistsException(String message)

PropertyExistsException

public PropertyExistsException(String message,
                               Throwable cause)

PropertyExistsException

public PropertyExistsException(Throwable cause)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved