Uses of Class
org.opends.server.types.OpenDsException
-
Packages that use OpenDsException Package Description org.forgerock.opendj.server.embedded Provides support for an embedded directory server.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.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.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 OpenDsException in org.forgerock.opendj.server.embedded
Subclasses of OpenDsException in org.forgerock.opendj.server.embedded 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 OpenDsException in org.opends.server.authorization.dseecompat
Subclasses of OpenDsException in org.opends.server.authorization.dseecompat 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 OpenDsException in org.opends.server.crypto
Subclasses of OpenDsException in org.opends.server.crypto Modifier and Type Class Description class
CorruptedEntryException
An exception that may be thrown when a wrapped key entry is corrupted. -
Uses of OpenDsException in org.opends.server.replication.server.changelog.api
Subclasses of OpenDsException in org.opends.server.replication.server.changelog.api Modifier and Type Class Description class
AbortedChangelogCursorException
This exception is thrown when a cursor that has been aborted is used.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 OpenDsException in org.opends.server.tools.tasks
Subclasses of OpenDsException in org.opends.server.tools.tasks Modifier and Type Class Description class
TaskClientException
Exception for problems related to interacting with the task backend.Constructors in org.opends.server.tools.tasks with parameters of type OpenDsException Constructor Description TaskClientException(OpenDsException cause)
Constructs a parameterized instance. -
Uses of OpenDsException in org.opends.server.types
Subclasses of OpenDsException in org.opends.server.types 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
IdentifiedException
This class defines a base exception that should be extended by any exception that exposes a unique identifier for the associated message.class
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.Constructors in org.opends.server.types with parameters of type OpenDsException Constructor Description OpenDsException(OpenDsException cause)
Constructs a new instance from anotherOpenDsException
. -
Uses of OpenDsException in org.opends.server.util
Subclasses of OpenDsException in org.opends.server.util Modifier and Type Class Description class
LDIFException
This class defines an exception that may be thrown while attempting to parse LDIF content.
-