Package org.forgerock.opendj.ldap.schema
Class ConflictingSchemaElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.forgerock.i18n.LocalizedIllegalArgumentException
-
- org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException
-
- All Implemented Interfaces:
Serializable
,LocalizableException
public final class ConflictingSchemaElementException extends LocalizedIllegalArgumentException
Thrown when addition of a schema element to a schema builder fails because the OID of the schema element conflicts with an existing schema element and the caller explicitly requested not to override existing schema elements.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingSchemaElementException(LocalizableMessage message)
Creates a new conflicting schema element exception with the provided message.
-
Method Summary
-
Methods inherited from class org.forgerock.i18n.LocalizedIllegalArgumentException
getMessageObject
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConflictingSchemaElementException
public ConflictingSchemaElementException(LocalizableMessage message)
Creates a new conflicting schema element exception with the provided message.- Parameters:
message
- The message that explains the problem that occurred.
-
-