Uses of Interface
org.forgerock.i18n.LocalizableException
-
Packages that use LocalizableException Package Description org.forgerock.i18n A i18n framework for embedding localizable messages in applications.org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.client Common client-side administration classes.org.forgerock.opendj.config.server Server-side administration interface.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service.org.forgerock.opendj.server.embedded Provides support for an embedded directory server.org.forgerock.opendj.setup.model Contains code of the opendj setup model.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.backup Classes related to backup and restore.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.replication.server.changelog.api This package contains the API for the changelog database.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.util 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
Classes in org.forgerock.i18n that implement LocalizableException Modifier and Type Class Description class
LocalizedIllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument. -
Uses of LocalizableException in org.forgerock.opendj.config
Classes in org.forgerock.opendj.config that implement LocalizableException Modifier and Type Class Description class
AdminException
Exceptions thrown when interacting with administration framework.class
DecodingException
The requested managed object was found but it could not be decoded.class
DefinitionDecodingException
The requested managed object was found but its type could not be determined.class
ExpressionException
Exception related to decoding of expression.class
ManagedObjectAlreadyExistsException
A managed object could not be created because there is an existing managed object with the same name.class
ManagedObjectNotFoundException
The requested managed object could not be located.class
OperationsException
Exceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.class
PropertyException
Exceptions thrown as a result of errors that occurred when decoding and modifying property values.class
PropertyNotFoundException
Thrown when an attempt is made to retrieve a property using its name but the name was not recognized.Methods in org.forgerock.opendj.config with parameters of type LocalizableException Modifier and Type Method Description static 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
Classes in org.forgerock.opendj.config.client that implement LocalizableException Modifier and Type Class Description class
ConcurrentModificationException
This exception is thrown when a critical concurrent modification is detected by the client.class
IllegalManagedObjectNameException
Thrown when an attempt is made to create a new managed object with an illegal name.class
ManagedObjectDecodingException
The requested managed object was found but one or more of its properties could not be decoded successfully.class
MissingMandatoryPropertiesException
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.class
OperationRejectedException
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
Classes in org.forgerock.opendj.config.server that implement LocalizableException Modifier and Type Class Description class
ConfigException
Thrown during the course of interactions with the Directory Server configuration.class
ServerManagedObjectDecodingException
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
Classes in org.forgerock.opendj.ldap that implement LocalizableException Modifier and Type Class Description class
AssertionFailureException
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.class
AuthenticationException
Thrown when the result code returned in a Result indicates that the Bind Request failed due to an authentication failure.class
AuthorizationException
Thrown when the result code returned in a Result indicates that the Request failed due to an authorization failure.class
CancelledResultException
Thrown when the result code returned in a Result indicates that the Request was cancelled.class
ConnectionException
Thrown when the result code returned in a Result indicates that the Request was unsuccessful because of a connection failure.class
ConstraintViolationException
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.class
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the data being malformed in some way.class
EntryNotFoundException
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
LdapException
Thrown when the result code returned in a Result indicates that the Request was unsuccessful.class
MultipleEntriesFoundException
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.class
ReferralException
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.class
TimeoutResultException
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
Classes in org.forgerock.opendj.ldap.schema that implement LocalizableException Modifier and Type Class Description class
ConflictingSchemaElementException
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.class
UnknownSchemaElementException
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
Classes in org.forgerock.opendj.security that implement LocalizableException Modifier and Type Class Description class
LocalizedKeyStoreException
A localizedKeyStoreException
. -
Uses of LocalizableException in org.forgerock.opendj.server.embedded
Classes in org.forgerock.opendj.server.embedded that implement LocalizableException Modifier and Type Class Description class
EmbeddedDirectoryServerException
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
Classes in org.forgerock.opendj.setup.model that implement LocalizableException Modifier and Type Class Description class
SetupException
Exception which may be thrown by theSetup
model. -
Uses of LocalizableException in org.opends.server.authorization.dseecompat
Classes in org.opends.server.authorization.dseecompat that implement LocalizableException Modifier and Type Class Description class
AciException
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
Classes in org.opends.server.backup that implement LocalizableException Modifier and Type Class Description class
BackupException
An exception that may be thrown when there is a problem with a backup file. -
Uses of LocalizableException in org.opends.server.crypto
Classes in org.opends.server.crypto that implement LocalizableException Modifier and Type Class Description class
CorruptedEntryException
An exception that may be thrown when a wrapped key entry is corrupted. -
Uses of LocalizableException in org.opends.server.protocols.http
Classes in org.opends.server.protocols.http that implement LocalizableException Modifier and Type Class Description class
LocalizedHttpApplicationException
Thrown to indicate that anHttpApplication
was unable to start. -
Uses of LocalizableException in org.opends.server.replication.server.changelog.api
Classes in org.opends.server.replication.server.changelog.api that implement LocalizableException Modifier and Type Class Description class
AbortedChangelogCursorException
This exception is thrown when a cursor that has been aborted is used.static class
AbortedChangelogCursorException.ClearedChangelogCursorException
This exception is thrown when the Log on which a cursor is operating has been closed (shutdown) OR cleared (reset generation-id).static class
AbortedChangelogCursorException.PurgedChangelogCursorException
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
ChangelogException
This class define an Exception that must be used when some error condition was detected in the changelog database that cannot be recovered automatically.class
PurgedReplicaDbException
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
Classes in org.opends.server.tools.tasks that implement LocalizableException Modifier and Type Class Description class
TaskClientException
Exception for problems related to interacting with the task backend. -
Uses of LocalizableException in org.opends.server.types
Classes in org.opends.server.types that implement LocalizableException Modifier and Type Class Description class
CryptoManagerException
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.class
DisconnectException
A disconnect exception is thrown in order to indicate that an accepted connection has been rejected and must be disconnected immediately.class
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.class
OpenDsException
This class defines a base exception for OpenDS exceptions. -
Uses of LocalizableException in org.opends.server.util
Classes in org.opends.server.util that implement LocalizableException Modifier and Type Class Description class
LDIFException
This class defines an exception that may be thrown while attempting to parse LDIF content.
-