Skip navigation links


com.bea.content
Class PropertyExistsException

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

Constructor Summary
PropertyExistsException(String message)
           
PropertyExistsException(String message, Throwable cause)
           
PropertyExistsException(String message, Throwable cause, boolean log)
           
PropertyExistsException(Throwable cause)
           

 

Method Summary

 

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)

PropertyExistsException

public PropertyExistsException(String message,
                               Throwable cause,
                               boolean log)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.