Uses of Interface
org.forgerock.i18n.LocalizableException
Package
Description
A i18n framework for embedding localizable messages in applications.
Common administration classes.
Common client-side administration classes.
Server-side administration interface.
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.Provides support for an embedded directory server.
Contains code of the opendj setup model.
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
Classes related to backup and restore.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
This package contains the API for the changelog database.
This package contains classes that support client tool interaction with the tasks backend.
Contains implementations for a number of Directory Server data types.
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
-
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.config
Modifier and TypeClassDescriptionclass
Exceptions thrown when interacting with administration framework.class
The requested managed object was found but it could not be decoded.final class
The requested managed object was found but its type could not be determined.final class
Exception related to decoding of expression.final class
A managed object could not be created because there is an existing managed object with the same name.final class
The requested managed object could not be located.class
Exceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.final class
Exceptions thrown as a result of errors that occurred when decoding and modifying property values.final class
Thrown when an attempt is made to retrieve a property using its name but the name was not recognized.Modifier and TypeMethodDescriptionstatic PropertyException
PropertyException.errorReadingFileCommonsConfigTokenException
(PropertyDefinition<?> pd, String expression, LocalizableException cause) Creates a new error reading file commons-config token exception, raised when the file content resolver could not retrieve the value from the file. -
Uses of LocalizableException in org.forgerock.opendj.config.client
Modifier and TypeClassDescriptionfinal class
This exception is thrown when a critical concurrent modification is detected by the client.final class
Thrown when an attempt is made to create a new managed object with an illegal name.final class
The requested managed object was found but one or more of its properties could not be decoded successfully.final class
This exception is thrown when an attempt is made to add or modify a managed object when one or more of its mandatory properties are undefined.final class
This exception is thrown when the client or server refuses to create, delete, or modify a managed object due to one or more constraints that cannot be satisfied. -
Uses of LocalizableException in org.forgerock.opendj.config.server
Modifier and TypeClassDescriptionfinal class
Thrown during the course of interactions with the Directory Server configuration.final class
The requested server managed object was found but one or more of its properties could not be decoded successfully. -
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
-
Uses of LocalizableException in org.forgerock.opendj.server.embedded
Modifier and TypeClassDescriptionfinal class
Exception that may be thrown by an embedded directory server if a problem occurs while performing an operation on the server. -
Uses of LocalizableException in org.forgerock.opendj.setup.model
-
Uses of LocalizableException in org.opends.server.authorization.dseecompat
Modifier and TypeClassDescriptionfinal class
The AciException class defines an exception that may be thrown either during ACI syntax verification of an "aci" attribute type value or during evaluation of an LDAP operation using a set of applicable ACIs. -
Uses of LocalizableException in org.opends.server.backup
Modifier and TypeClassDescriptionfinal class
An exception that may be thrown when there is a problem with a backup file. -
Uses of LocalizableException in org.opends.server.crypto
Modifier and TypeClassDescriptionfinal class
An exception that may be thrown when a wrapped key entry is corrupted. -
Uses of LocalizableException in org.opends.server.protocols.http
Modifier and TypeClassDescriptionfinal class
Thrown to indicate that anHttpApplication
was unable to start. -
Uses of LocalizableException in org.opends.server.replication.server.changelog.api
Modifier and TypeClassDescriptionclass
This exception is thrown when a cursor that has been aborted is used.static final class
This exception is thrown when the Log on which a cursor is operating has been closed (shutdown) OR cleared (reset generation-id).static final class
This exception is thrown when a cursor is operating on a log file which has been purged because it's too old in regard of the configured "purge delay".class
This class define an Exception that must be used when some error condition was detected in the changelog database that cannot be recovered automatically.final class
This exception is thrown when a replica DB is fully purged by deleting all log files, invalidating all open cursors on them. -
Uses of LocalizableException in org.opends.server.tools.tasks
Modifier and TypeClassDescriptionfinal class
Exception for problems related to interacting with the task backend. -
Uses of LocalizableException in org.opends.server.types
Modifier and TypeClassDescriptionclass
This class defines an exception that is thrown in the case of problems with encryption key management, and is a wrapper for a variety of other cipher related exceptions.final class
A disconnect exception is thrown in order to indicate that an accepted connection has been rejected and must be disconnected immediately.final class
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.class
This class defines a base exception for OpenDS exceptions. -
Uses of LocalizableException in org.opends.server.util
Modifier and TypeClassDescriptionfinal class
This class defines an exception that may be thrown while attempting to parse LDIF content.