PropertyChoiceExistsException Class

com.bea.content
PropertyChoiceExistsException Class

public class PropertyChoiceExistsException

    extends RepositoryException

Thrown if trying to add a PropertyChoice to an ObjectClass with the same name as one that already exists.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        PropertyChoiceExistsException
All Implemented Interfaces

Serializable

Constructor Summary

PropertyChoiceExistsException(String message, Throwable cause)

PropertyChoiceExistsException(String message)

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

PropertyChoiceExistsException

public PropertyChoiceExistsException(String message, 
                                     Throwable cause)

PropertyChoiceExistsException

public PropertyChoiceExistsException(String message)

PropertyChoiceExistsException

public PropertyChoiceExistsException(Throwable cause)