Searched refs:defaultBehaviorException (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DPropertyException.java63 public static PropertyException defaultBehaviorException( method in class:PropertyException
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DPropertyException.java57 public static PropertyException defaultBehaviorException(final PropertyDefinition<?> pd, method in class:PropertyException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/spi/
H A DDriver.java138 exception = defaultBehaviorException(nextProperty, e);
180 throw PropertyException.defaultBehaviorException(pd,
197 throw PropertyException.defaultBehaviorException(
241 throw PropertyException.defaultBehaviorException(pd1, e);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/
H A DDriver.java137 exception = PropertyException.defaultBehaviorException(nextProperty, e);
175 throw defaultBehaviorException(pd, propertyIsSingleValuedException(pd));
189 throw PropertyException.defaultBehaviorException(nextProperty,
229 throw PropertyException.defaultBehaviorException(pd1, e);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DServerManagementContext.java32 import static org.forgerock.opendj.config.PropertyException.defaultBehaviorException;
145 exception = PropertyException.defaultBehaviorException(nextProperty, e);
183 throw defaultBehaviorException(propertyDef, propertyIsSingleValuedException(propertyDef));
196 throw PropertyException.defaultBehaviorException(nextProperty, new DefinitionDecodingException(actual,
242 throw PropertyException.defaultBehaviorException(propDef1, e);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DServerManagementContext.java156 exception = defaultBehaviorException(nextProperty, e);
204 throw PropertyException.defaultBehaviorException(pd,
223 throw PropertyException.defaultBehaviorException(
274 throw PropertyException.defaultBehaviorException(pd1, e);

Completed in 38 milliseconds