Package org.forgerock.opendj.ldap.schema
Class UnknownSchemaElementException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- java.lang.IllegalArgumentException
 - 
- org.forgerock.i18n.LocalizedIllegalArgumentException
 - 
- org.forgerock.opendj.ldap.schema.UnknownSchemaElementException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,LocalizableException
public final class UnknownSchemaElementException extends LocalizedIllegalArgumentException
Thrown when a schema query fails because the requested schema element could not be found or is ambiguous.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UnknownSchemaElementException(LocalizableMessage message)Creates a new unknown 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
- 
UnknownSchemaElementException
public UnknownSchemaElementException(LocalizableMessage message)
Creates a new unknown schema element exception with the provided message.- Parameters:
 message- The message that explains the problem that occurred.
 
 - 
 
 -