Searched refs:propertyIsReadOnlyException (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DPropertyException.java131 public static PropertyException propertyIsReadOnlyException( method in class:PropertyException
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DPropertyException.java111 public static PropertyException propertyIsReadOnlyException(final PropertyDefinition<?> pd) { method in class:PropertyException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/spi/
H A DAbstractManagedObject.java727 throw PropertyException.propertyIsReadOnlyException(pd);
731 throw PropertyException.propertyIsReadOnlyException(pd);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/
H A DAbstractManagedObject.java599 throw PropertyException.propertyIsReadOnlyException(pd);
603 throw PropertyException.propertyIsReadOnlyException(pd);

Completed in 100 milliseconds