Searched refs:ConfigException (Results 201 - 225 of 2598) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java501 * @throws ConfigException If the provided unit is not recognized, or if the
506 throws ConfigException
511 throw new ConfigException(message);
520 throw new ConfigException(message);
527 throw new ConfigException(message);
555 * @throws ConfigException If the provided value is invalid for some reason.
558 throws ConfigException
565 throw new ConfigException(message);
583 throw new ConfigException(message, e);
764 * @throws ConfigException I
[all...]
H A DStringConfigAttribute.java269 * @throws ConfigException If this attribute does not have exactly one
273 throws ConfigException
278 throw new ConfigException(message);
284 throw new ConfigException(message);
312 * @throws ConfigException If this attribute does not have exactly one
316 throws ConfigException
326 throw new ConfigException(message);
332 throw new ConfigException(message);
364 * @throws ConfigException If the provided value is not acceptable.
367 throws ConfigException
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DBlindTrustManagerProvider.java36 import org.opends.server.config.ConfigException;
72 throws ConfigException, InitializationException
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRuleFactory.java35 import org.opends.server.config.ConfigException;
56 throws ConfigException, InitializationException
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/condition/
H A DCondition.java37 import org.opends.server.config.ConfigException;
89 * @throws ConfigException
93 boolean evaluate(ServerManagedObject<?> managedObject) throws ConfigException;
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DAccountStatusNotificationHandler.java36 import org.opends.server.config.ConfigException;
70 * @throws ConfigException If the provided entry does not contain
81 throws ConfigException, InitializationException;
H A DAlertHandler.java35 import org.opends.server.config.ConfigException;
62 * @throws ConfigException If the provided entry does not contain
72 throws ConfigException, InitializationException;
H A DCertificateMapper.java36 import org.opends.server.config.ConfigException;
66 * @throws ConfigException If the provided entry does not contain
76 throws ConfigException, InitializationException;
H A DExtension.java33 import org.opends.server.config.ConfigException;
62 * @throws ConfigException
71 throws ConfigException, InitializationException;
H A DIdentityMapper.java35 import org.opends.server.config.ConfigException;
68 * @throws ConfigException If an unrecoverable problem arises in
78 throws ConfigException, InitializationException;
H A DKeyManagerProvider.java36 import org.opends.server.config.ConfigException;
67 * @throws ConfigException
76 throws ConfigException, InitializationException;
H A DLogPublisher.java35 import org.opends.server.config.ConfigException;
62 * @throws ConfigException
69 void initializeLogPublisher(T config) throws ConfigException,
H A DMatchingRuleFactory.java34 import org.opends.server.config.ConfigException;
61 * @throws ConfigException If an unrecoverable problem arises in
70 throws ConfigException, InitializationException;
H A DPasswordGenerator.java35 import org.opends.server.config.ConfigException;
65 * @throws ConfigException If an unrecoverable problem arises in
75 throws ConfigException, InitializationException;
H A DPasswordValidator.java36 import org.opends.server.config.ConfigException;
65 * @throws ConfigException If an unrecoverable problem arises in
75 throws ConfigException, InitializationException;
H A DSASLMechanismHandler.java35 import org.opends.server.config.ConfigException;
66 * @throws ConfigException If an unrecoverable problem arises in
76 throws ConfigException, InitializationException;
H A DTrustManagerProvider.java36 import org.opends.server.config.ConfigException;
65 * @throws ConfigException If an unrecoverable problem arises in
77 throws ConfigException, InitializationException;
/forgerock/opendj-b2.6/src/server/org/opends/server/api/plugin/
H A DInternalDirectoryServerPlugin.java37 import org.opends.server.config.ConfigException;
78 PluginCfg configuration) throws ConfigException,
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java502 * @throws ConfigException If the provided unit is not recognized, or if the
507 throws ConfigException
512 throw new ConfigException(message);
521 throw new ConfigException(message);
528 throw new ConfigException(message);
556 * @throws ConfigException If the provided value is invalid for some reason.
559 throws ConfigException
566 throw new ConfigException(message);
584 throw new ConfigException(message, e);
765 * @throws ConfigException I
[all...]
H A DStringConfigAttribute.java270 * @throws ConfigException If this attribute does not have exactly one
274 throws ConfigException
279 throw new ConfigException(message);
285 throw new ConfigException(message);
313 * @throws ConfigException If this attribute does not have exactly one
317 throws ConfigException
327 throw new ConfigException(message);
333 throw new ConfigException(message);
365 * @throws ConfigException If the provided value is not acceptable.
368 throws ConfigException
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DAuthPasswordEqualityMatchingRuleFactory.java33 import org.opends.server.config.ConfigException;
52 throws ConfigException, InitializationException
H A DAuthPasswordExactEqualityMatchingRuleFactory.java36 import org.opends.server.config.ConfigException;
57 throws ConfigException, InitializationException
H A DBitStringEqualityMatchingRuleFactory.java35 import org.opends.server.config.ConfigException;
55 throws ConfigException, InitializationException
H A DBooleanEqualityMatchingRuleFactory.java35 import org.opends.server.config.ConfigException;
56 throws ConfigException, InitializationException
H A DCaseExactEqualityMatchingRuleFactory.java35 import org.opends.server.config.ConfigException;
56 throws ConfigException, InitializationException

Completed in 514 milliseconds

1234567891011>>