ObjectClassExistsException Class

com.bea.content
ObjectClassExistsException Class

public class ObjectClassExistsException

    extends RepositoryException

Thrown if trying to create an ObjectClass that already exists.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        ObjectClassExistsException
All Implemented Interfaces

Serializable

Constructor Summary

ObjectClassExistsException(String message, Throwable cause)

ObjectClassExistsException(String message)

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

ObjectClassExistsException

public ObjectClassExistsException(String message, 
                                  Throwable cause)

ObjectClassExistsException

public ObjectClassExistsException(String message)

ObjectClassExistsException

public ObjectClassExistsException(Throwable cause)