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