Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.server |
Server-side administration interface.
|
Modifier and Type | Class and Description |
---|---|
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 |
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 |
PropertyNotFoundException
Thrown when an attempt is made to retrieve a property using its name but the
name was not recognized.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminClientException
Administration client exceptions represent non-operational problems
which occur whilst interacting with the administration framework.
|
class |
AdminSecurityException
This exception is thrown when a security related problem occurs
whilst interacting with the Directory Server.
|
class |
AuthenticationException
This exception is thrown when an authentication error occurs while
connecting to the Directory Server.
|
class |
AuthenticationNotSupportedException
This exception is thrown when the particular flavor of
authentication requested is not supported by the Directory Server.
|
class |
AuthorizationException
This exception is thrown when an authorization error occurs while
interacting with the Directory Server.
|
class |
CommunicationException
This exception is thrown when a communications related problem
occurs whilst interacting with the Directory Server.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintViolationException
This exception is thrown when the server refuses to use or delete a
managed object due to one or more constraints that cannot be
satisfied.
|
class |
ServerManagedObjectDecodingException
The requested server managed object was found but one or more of
its properties could not be decoded successfully.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.