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
public final class ManagedObjectAlreadyExistsException extends OperationsException
A managed object could not be created because there is an existing managed object with the same name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedObjectAlreadyExistsException()
Create 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
-
-