Searched refs:ConfigException (Results 26 - 50 of 2598) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/server/org/opends/server/admin/server/
H A DConfigExceptionFactory.java34 import org.opends.server.config.ConfigException;
78 public ConfigException createDecodingExceptionAdaptor(DN dn,
82 return new ConfigException(message, e);
96 public ConfigException createDecodingExceptionAdaptor(
103 return new ConfigException(message, e);
116 public ConfigException createDecodingExceptionAdaptor(
121 return new ConfigException(message, e);
140 public ConfigException createClassLoadingExceptionAdaptor(DN dn,
145 return new ConfigException(message, e);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DConfigExceptionFactory.java35 import org.opends.server.config.ConfigException;
79 public ConfigException createDecodingExceptionAdaptor(DN dn,
83 return new ConfigException(message, e);
97 public ConfigException createDecodingExceptionAdaptor(
104 return new ConfigException(message, e);
117 public ConfigException createDecodingExceptionAdaptor(
122 return new ConfigException(message, e);
141 public ConfigException createClassLoadingExceptionAdaptor(DN dn,
146 return new ConfigException(message, e);
/forgerock/opendj-v3/opendj-server/src/test/java/org/forgerock/opendj/server/setup/model/
H A DCertificateTestCase.java33 import org.forgerock.opendj.config.server.ConfigException;
51 public void testValidateDefaultCertificate() throws ConfigException {
59 * @throws ConfigException
61 @Test(expectedExceptions = ConfigException.class)
62 public void testValidateCertificateFailsWhenNoKeystoreProvided() throws ConfigException {
71 * @throws ConfigException
73 @Test(expectedExceptions = ConfigException.class)
74 public void testValidatePKCS11CertificateFailsWhenNoKeyPinProvided() throws ConfigException {
83 * @throws ConfigException
88 @Test(expectedExceptions = ConfigException
[all...]
H A DModelTestCase.java37 import org.forgerock.opendj.config.server.ConfigException;
52 * @throws ConfigException
55 public void testCreateDefaultDS() throws ConfigException {
97 * @throws ConfigException
100 @Test(expectedExceptions = ConfigException.class,
102 public void testIsValidDSDoesNotAllowNullListenerSettings() throws ConfigException {
111 * @throws ConfigException
114 @Test(expectedExceptions = ConfigException.class,
116 public void testIsValidDSDoesNotAllowNullDataConfiguration() throws ConfigException {
125 * @throws ConfigException
[all...]
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigException.java44 public final class ConfigException class in inherits:IdentifiedException
65 public ConfigException(Message message) method in class:ConfigException
80 public ConfigException(Message message, Throwable cause) method in class:ConfigException
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigException.java45 public final class ConfigException class in inherits:IdentifiedException
66 public ConfigException(Message message) method in class:ConfigException
81 public ConfigException(Message message, Throwable cause) method in class:ConfigException
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigException.java45 public final class ConfigException class in inherits:IdentifiedException
66 public ConfigException(Message message) method in class:ConfigException
81 public ConfigException(Message message, Throwable cause) method in class:ConfigException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DConfigException.java45 public final class ConfigException class in inherits:IdentifiedException
66 public ConfigException(Message message) method in class:ConfigException
81 public ConfigException(Message message, Throwable cause) method in class:ConfigException
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigException.java44 public final class ConfigException class in inherits:IdentifiedException
65 public ConfigException(Message message) method in class:ConfigException
80 public ConfigException(Message message, Throwable cause) method in class:ConfigException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigException.java45 public final class ConfigException class in inherits:IdentifiedException
66 public ConfigException(LocalizableMessage message) method in class:ConfigException
81 public ConfigException(LocalizableMessage message, Throwable cause) method in class:ConfigException
H A DReadOnlyConfigAttribute.java169 * @throws ConfigException If this attribute does not have exactly one
173 throws ConfigException
177 throw new ConfigException(ERR_CONFIG_ATTR_NO_STRING_VALUE.get(getName()));
181 throw new ConfigException(ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES.get(getName()));
209 * @throws ConfigException If this attribute does not have exactly one
213 throws ConfigException
239 * @throws ConfigException If the provided value is not acceptable.
241 public void setValue(String value) throws ConfigException
243 throw new ConfigException(ERR_CONFIG_ATTR_READ_ONLY.get(getName()));
253 * @throws ConfigException I
[all...]
H A DStringConfigAttribute.java253 * @throws org.forgerock.opendj.config.server.ConfigException
257 throws org.forgerock.opendj.config.server.ConfigException
262 throw new org.forgerock.opendj.config.server.ConfigException(message);
268 throw new org.forgerock.opendj.config.server.ConfigException(message);
295 * @throws org.forgerock.opendj.config.server.ConfigException
299 throws org.forgerock.opendj.config.server.ConfigException
309 throw new org.forgerock.opendj.config.server.ConfigException(message);
315 throw new org.forgerock.opendj.config.server.ConfigException(message);
346 * @throws ConfigException If the provided value is not acceptable.
349 throws ConfigException
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DRotationPolicy.java31 import org.forgerock.opendj.config.server.ConfigException;
51 * @throws ConfigException
60 throws ConfigException, InitializationException;
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DDataProviderFactory.java32 import org.forgerock.opendj.config.server.ConfigException;
58 * @throws ConfigException
63 DataProvider createDataProvider(DataProviderID id, T configuration) throws ConfigException;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java37 import org.opends.server.config.ConfigException;
53 throws ConfigException
61 throws ConfigException
69 throws ConfigException
77 throws ConfigException
101 throws ConfigException
107 public ReplicationServerCfg getReplicationServer() throws ConfigException
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java36 import org.opends.server.config.ConfigException;
52 throws ConfigException
60 throws ConfigException
68 throws ConfigException
76 throws ConfigException
100 throws ConfigException
106 public ReplicationServerCfg getReplicationServer() throws ConfigException
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java37 import org.opends.server.config.ConfigException;
53 throws ConfigException
61 throws ConfigException
69 throws ConfigException
77 throws ConfigException
101 throws ConfigException
107 public ReplicationServerCfg getReplicationServer() throws ConfigException
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java36 import org.opends.server.config.ConfigException;
52 throws ConfigException
60 throws ConfigException
68 throws ConfigException
76 throws ConfigException
100 throws ConfigException
106 public ReplicationServerCfg getReplicationServer() throws ConfigException
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplicationFakeConf.java37 import org.opends.server.config.ConfigException;
53 throws ConfigException
61 throws ConfigException
69 throws ConfigException
77 throws ConfigException
101 throws ConfigException
107 public ReplicationServerCfg getReplicationServer() throws ConfigException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DNamedCharacterSet.java36 import org.forgerock.opendj.config.server.ConfigException;
73 * @throws ConfigException If the provided name contains one or
77 throws ConfigException
93 * @throws ConfigException If the provided name contains one or
98 throws ConfigException
107 throw new ConfigException(message);
114 throw new ConfigException(ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR.get(name.charAt(i), i));
210 * @throws ConfigException If a problem occurs while attempting to
215 throws ConfigException
224 throw new ConfigException(ERR_CHARSET_NO_COLO
[all...]
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/
H A DCertificate.java31 import org.forgerock.opendj.config.server.ConfigException;
154 * @throws ConfigException
157 public void validate() throws ConfigException {
160 throw new ConfigException(LocalizableMessage.raw("Invalid keystore file"));
163 throw new ConfigException(LocalizableMessage.raw("Invalid key pin"));
167 throw new ConfigException(LocalizableMessage.raw("Invalid key pin"));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DConfigHandler.java32 import org.opends.server.config.ConfigException;
91 * @throws ConfigException If a problem occurs while interacting
95 throws ConfigException;
107 * @throws ConfigException If a problem occurs while interacting
111 throws ConfigException;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DMockConstraint.java38 import org.opends.server.config.ConfigException;
61 Collection<Message> unacceptableReasons) throws ConfigException {
77 Collection<Message> unacceptableReasons) throws ConfigException {
92 throws ConfigException {
106 throws ConfigException {
120 throws ConfigException {
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DMockConstraint.java37 import org.opends.server.config.ConfigException;
60 Collection<Message> unacceptableReasons) throws ConfigException {
76 Collection<Message> unacceptableReasons) throws ConfigException {
91 throws ConfigException {
105 throws ConfigException {
119 throws ConfigException {
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DMockConstraint.java38 import org.opends.server.config.ConfigException;
61 Collection<Message> unacceptableReasons) throws ConfigException {
77 Collection<Message> unacceptableReasons) throws ConfigException {
92 throws ConfigException {
106 throws ConfigException {
120 throws ConfigException {

Completed in 100 milliseconds

1234567891011>>