Package org.forgerock.opendj.config
Class ManagedObjectAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.config.AdminException
org.forgerock.opendj.config.OperationsException
org.forgerock.opendj.config.ManagedObjectAlreadyExistsException
- All Implemented Interfaces:
Serializable
,LocalizableException
A managed object could not be created because there is an existing managed
object with the same name.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a managed object already exists exception. -
Method Summary
Methods inherited from class org.forgerock.opendj.config.AdminException
getMessageObject
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManagedObjectAlreadyExistsException
public ManagedObjectAlreadyExistsException()Create a managed object already exists exception.
-