Uses of Class
org.forgerock.opendj.config.OperationsException
Package
Description
Common administration classes.
Common client-side administration classes.
Server-side administration interface.
-
Uses of OperationsException in org.forgerock.opendj.config
Modifier and TypeClassDescriptionclass
The requested managed object was found but it could not be decoded.final class
The requested managed object was found but its type could not be determined.final class
Exception related to decoding of expression.final class
A managed object could not be created because there is an existing managed object with the same name.final class
The requested managed object could not be located.final class
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
Modifier and TypeClassDescriptionfinal class
This exception is thrown when a critical concurrent modification is detected by the client.final class
Thrown when an attempt is made to create a new managed object with an illegal name.final class
The requested managed object was found but one or more of its properties could not be decoded successfully.final class
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
Modifier and TypeClassDescriptionfinal class
The requested server managed object was found but one or more of its properties could not be decoded successfully.