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 basedKeyStoreservice.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 classLocalizedIllegalArgumentExceptionThrown 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 classAdminExceptionExceptions thrown when interacting with administration framework.classDecodingExceptionThe requested managed object was found but it could not be decoded.classDefinitionDecodingExceptionThe requested managed object was found but its type could not be determined.classExpressionExceptionException related to decoding of expression.classManagedObjectAlreadyExistsExceptionA managed object could not be created because there is an existing managed object with the same name.classManagedObjectNotFoundExceptionThe requested managed object could not be located.classOperationsExceptionExceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.classPropertyExceptionExceptions thrown as a result of errors that occurred when decoding and modifying property values.classPropertyNotFoundExceptionThrown 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 PropertyExceptionPropertyException. 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 classConcurrentModificationExceptionThis exception is thrown when a critical concurrent modification is detected by the client.classIllegalManagedObjectNameExceptionThrown when an attempt is made to create a new managed object with an illegal name.classManagedObjectDecodingExceptionThe requested managed object was found but one or more of its properties could not be decoded successfully.classMissingMandatoryPropertiesExceptionThis 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.classOperationRejectedExceptionThis 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 classConfigExceptionThrown during the course of interactions with the Directory Server configuration.classServerManagedObjectDecodingExceptionThe 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 classAssertionFailureExceptionThrown 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.classAuthenticationExceptionThrown when the result code returned in a Result indicates that the Bind Request failed due to an authentication failure.classAuthorizationExceptionThrown when the result code returned in a Result indicates that the Request failed due to an authorization failure.classCancelledResultExceptionThrown when the result code returned in a Result indicates that the Request was cancelled.classConnectionExceptionThrown when the result code returned in a Result indicates that the Request was unsuccessful because of a connection failure.classConstraintViolationExceptionThrown 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.classDecodeExceptionThrown when data from an input source cannot be decoded, perhaps due to the data being malformed in some way.classEntryNotFoundExceptionThrown when the result code returned in a Result indicates that the Request failed because the target entry was not found by the Directory Server.classLdapExceptionThrown when the result code returned in a Result indicates that the Request was unsuccessful.classMultipleEntriesFoundExceptionThrown 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.classReferralExceptionThrown 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.classTimeoutResultExceptionThrown 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 classConflictingSchemaElementExceptionThrown 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.classUnknownSchemaElementExceptionThrown 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 classLocalizedKeyStoreExceptionA 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 classEmbeddedDirectoryServerExceptionException 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 classSetupExceptionException which may be thrown by theSetupmodel. -
Uses of LocalizableException in org.opends.server.authorization.dseecompat
Classes in org.opends.server.authorization.dseecompat that implement LocalizableException Modifier and Type Class Description classAciExceptionThe 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 classBackupExceptionAn 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 classCorruptedEntryExceptionAn 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 classLocalizedHttpApplicationExceptionThrown to indicate that anHttpApplicationwas 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 classAbortedChangelogCursorExceptionThis exception is thrown when a cursor that has been aborted is used.static classAbortedChangelogCursorException.ClearedChangelogCursorExceptionThis exception is thrown when the Log on which a cursor is operating has been closed (shutdown) OR cleared (reset generation-id).static classAbortedChangelogCursorException.PurgedChangelogCursorExceptionThis 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".classChangelogExceptionThis class define an Exception that must be used when some error condition was detected in the changelog database that cannot be recovered automatically.classPurgedReplicaDbExceptionThis 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 classTaskClientExceptionException 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 classCryptoManagerExceptionThis 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.classInitializationExceptionThis class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.classOpenDsExceptionThis 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 classLDIFExceptionThis class defines an exception that may be thrown while attempting to parse LDIF content.
-