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
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 |
ObjectClassExistsException
public ObjectClassExistsException(String
message,
Throwable
cause)
ObjectClassExistsException
public ObjectClassExistsException(String
message)
ObjectClassExistsException
public ObjectClassExistsException(Throwable
cause)