Uses of Class
org.forgerock.opendj.config.OperationsException
-
Packages that use OperationsException Package Description 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. -
-
Uses of OperationsException in org.forgerock.opendj.config
Subclasses of OperationsException in org.forgerock.opendj.config Modifier and Type Class 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
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
PropertyNotFoundException
Thrown when an attempt is made to retrieve a property using its name but the name was not recognized. -
Uses of OperationsException in org.forgerock.opendj.config.client
Subclasses of OperationsException in org.forgerock.opendj.config.client 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. -
Uses of OperationsException in org.forgerock.opendj.config.server
Subclasses of OperationsException in org.forgerock.opendj.config.server Modifier and Type Class Description class
ServerManagedObjectDecodingException
The requested server managed object was found but one or more of its properties could not be decoded successfully.
-