Uses of Interface
org.forgerock.i18n.LocalizableException
Package
Description
A i18n framework for embedding localizable messages in applications.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for constructing and querying LDAP schemas.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.-
Uses of LocalizableException in org.forgerock.i18n
Modifier and TypeClassDescriptionclass
Thrown to indicate that a method has been passed an illegal or inappropriate argument. -
Uses of LocalizableException in org.forgerock.opendj.ldap
Modifier and TypeClassDescriptionfinal class
Thrown when the result code returned in a Result indicates that the Request failed because the filter contained in an assertion control failed to match the target entry.final class
Thrown when the result code returned in a Result indicates that the Bind Request failed due to an authentication failure.final class
Thrown when the result code returned in a Result indicates that the Request failed due to an authorization failure.final class
Thrown when the result code returned in a Result indicates that the Request was cancelled.final class
Thrown when the result code returned in a Result indicates that the Request was unsuccessful because of a connection failure.final class
Thrown when the result code returned in a Result indicates that the update Request failed because it would have left the Directory in an inconsistent state.final class
Thrown when data from an input source cannot be decoded, perhaps due to the data being malformed in some way.class
Thrown when the result code returned in a Result indicates that the Request failed because the target entry was not found by the Directory Server.class
Thrown when the result code returned in a Result indicates that the Request was unsuccessful.final class
Thrown when the result code returned in a Result indicates that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.final class
Thrown when the result code returned in a Result indicates that the Request could not be processed by the Directory Server because the target entry is located on another server.final class
Thrown when the result code returned in a Result indicates that the Request was aborted because it did not complete in the required time out period. -
Uses of LocalizableException in org.forgerock.opendj.ldap.schema
Modifier and TypeClassDescriptionfinal class
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.final class
Thrown when a schema query fails because the requested schema element could not be found or is ambiguous. -
Uses of LocalizableException in org.forgerock.opendj.security