Searched refs:propertyIsSingleValuedException (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DPropertyException.java147 public static PropertyException propertyIsSingleValuedException( method in class:PropertyException
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DPropertyException.java122 public static PropertyException propertyIsSingleValuedException(final PropertyDefinition<?> pd) { method in class:PropertyException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/spi/
H A DPropertySet.java294 throw PropertyException.propertyIsSingleValuedException(d);
H A DDriver.java181 PropertyException.propertyIsSingleValuedException(pd));
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/
H A DPropertySet.java272 throw PropertyException.propertyIsSingleValuedException(d);
H A DDriver.java175 throw defaultBehaviorException(pd, propertyIsSingleValuedException(pd));
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DServerManagementContext.java33 import static org.forgerock.opendj.config.PropertyException.propertyIsSingleValuedException;
183 throw defaultBehaviorException(propertyDef, propertyIsSingleValuedException(propertyDef));
702 exception = PropertyException.propertyIsSingleValuedException(propertyDef);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/
H A DLDAPDriver.java306 throw PropertyException.propertyIsSingleValuedException(pd);
601 exception = PropertyException.propertyIsSingleValuedException(pd);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DServerManagementContext.java205 PropertyException.propertyIsSingleValuedException(pd));
845 exception = PropertyException.propertyIsSingleValuedException(pd);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/
H A DLDAPDriver.java264 throw PropertyException.propertyIsSingleValuedException(propertyDef);
472 exception = PropertyException.propertyIsSingleValuedException(propertyDef);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DCreateSubCommandHandler.java206 PropertyException e = PropertyException.propertyIsSingleValuedException(pd);

Completed in 54 milliseconds