Searched refs:ConfigException (Results 1 - 25 of 2598) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DServerConstraintHandler.java78 * @throws ConfigException
83 Collection<LocalizableMessage> unacceptableReasons) throws ConfigException {
108 * @throws ConfigException
113 throws ConfigException {
128 * @throws ConfigException
132 public void performPostAdd(ServerManagedObject<?> managedObject) throws ConfigException {
145 * @throws ConfigException
149 public void performPostDelete(ServerManagedObject<?> managedObject) throws ConfigException {
162 * @throws ConfigException
166 public void performPostModify(ServerManagedObject<?> managedObject) throws ConfigException {
[all...]
H A DConfigException.java35 public final class ConfigException extends Exception implements LocalizableException { class in inherits:Exception,LocalizableException
54 public ConfigException(LocalizableMessage message) { method in class:ConfigException
69 public ConfigException(LocalizableMessage message, Throwable cause) { method in class:ConfigException
H A DConfigExceptionFactory.java68 public ConfigException createDecodingExceptionAdaptor(DN dn, DefinitionDecodingException e) {
71 return new ConfigException(message, e);
83 public ConfigException createDecodingExceptionAdaptor(ServerManagedObjectDecodingException e) {
87 return new ConfigException(message, e);
98 public ConfigException createDecodingExceptionAdaptor(ConstraintViolationException e) {
102 return new ConfigException(message, e);
119 public ConfigException createClassLoadingExceptionAdaptor(DN dn, String className, Exception e) {
122 return new ConfigException(message, e);
/forgerock/opendj2/src/server/org/opends/server/admin/server/
H A DServerConstraintHandler.java33 import org.opends.server.config.ConfigException;
88 * @throws ConfigException
93 Collection<Message> unacceptableReasons) throws ConfigException {
121 * @throws ConfigException
126 Collection<Message> unacceptableReasons) throws ConfigException {
144 * @throws ConfigException
149 throws ConfigException {
164 * @throws ConfigException
169 throws ConfigException {
184 * @throws ConfigException
[all...]
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/opendj-b2.6/src/server/org/opends/server/admin/server/
H A DServerConstraintHandler.java34 import org.opends.server.config.ConfigException;
89 * @throws ConfigException
94 Collection<Message> unacceptableReasons) throws ConfigException {
122 * @throws ConfigException
127 Collection<Message> unacceptableReasons) throws ConfigException {
145 * @throws ConfigException
150 throws ConfigException {
165 * @throws ConfigException
170 throws ConfigException {
185 * @throws ConfigException
[all...]
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/opendj2.6.2/src/server/org/opends/server/admin/server/
H A DServerConstraintHandler.java34 import org.opends.server.config.ConfigException;
89 * @throws ConfigException
94 Collection<Message> unacceptableReasons) throws ConfigException {
122 * @throws ConfigException
127 Collection<Message> unacceptableReasons) throws ConfigException {
145 * @throws ConfigException
150 throws ConfigException {
165 * @throws ConfigException
170 throws ConfigException {
185 * @throws ConfigException
[all...]
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/opendj2-hg/src/server/org/opends/server/admin/server/
H A DServerConstraintHandler.java33 import org.opends.server.config.ConfigException;
88 * @throws ConfigException
93 Collection<Message> unacceptableReasons) throws ConfigException {
121 * @throws ConfigException
126 Collection<Message> unacceptableReasons) throws ConfigException {
144 * @throws ConfigException
149 throws ConfigException {
164 * @throws ConfigException
169 throws ConfigException {
184 * @throws ConfigException
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DServerConstraintHandler.java34 import org.opends.server.config.ConfigException;
89 * @throws ConfigException
94 Collection<Message> unacceptableReasons) throws ConfigException {
122 * @throws ConfigException
127 Collection<Message> unacceptableReasons) throws ConfigException {
145 * @throws ConfigException
150 throws ConfigException {
165 * @throws ConfigException
170 throws ConfigException {
185 * @throws ConfigException
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DServerConstraintHandler.java34 import org.forgerock.opendj.config.server.ConfigException;
89 * @throws ConfigException
94 Collection<LocalizableMessage> unacceptableReasons) throws ConfigException {
122 * @throws ConfigException
127 Collection<LocalizableMessage> unacceptableReasons) throws ConfigException {
145 * @throws ConfigException
150 throws ConfigException {
165 * @throws ConfigException
170 throws ConfigException {
185 * @throws ConfigException
[all...]
H A DConfigExceptionFactory.java33 import org.forgerock.opendj.config.server.ConfigException;
74 public ConfigException createDecodingExceptionAdaptor(DN dn,
76 return new ConfigException(
91 public ConfigException createDecodingExceptionAdaptor(
94 return new ConfigException(
108 public ConfigException createDecodingExceptionAdaptor(
111 return new ConfigException(
131 public ConfigException createClassLoadingExceptionAdaptor(DN dn,
133 return new ConfigException(
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DRotationPolicy.java31 import org.opends.server.config.ConfigException;
51 * @throws ConfigException
60 throws ConfigException, InitializationException;
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DRotationPolicy.java31 import org.opends.server.config.ConfigException;
51 * @throws ConfigException
60 throws ConfigException, InitializationException;
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DRotationPolicy.java31 import org.opends.server.config.ConfigException;
51 * @throws ConfigException
60 throws ConfigException, InitializationException;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DRotationPolicy.java31 import org.opends.server.config.ConfigException;
51 * @throws ConfigException
60 throws ConfigException, InitializationException;
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DRotationPolicy.java31 import org.opends.server.config.ConfigException;
51 * @throws ConfigException
60 throws ConfigException, InitializationException;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfg.java36 import org.opends.server.config.ConfigException;
140 * @throws ConfigException
144 TestChildCfg getTestChild(String name) throws ConfigException;
153 * @throws ConfigException
156 void addTestChildAddListener(ConfigurationAddListener<TestChildCfg> listener) throws ConfigException;
175 * @throws ConfigException
178 void addTestChildDeleteListener(ConfigurationDeleteListener<TestChildCfg> listener) throws ConfigException;
205 * @throws ConfigException
209 TestChildCfg getOptionalTestChild() throws ConfigException;
218 * @throws ConfigException
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfg.java35 import org.opends.server.config.ConfigException;
139 * @throws ConfigException
143 TestChildCfg getTestChild(String name) throws ConfigException;
152 * @throws ConfigException
155 void addTestChildAddListener(ConfigurationAddListener<TestChildCfg> listener) throws ConfigException;
174 * @throws ConfigException
177 void addTestChildDeleteListener(ConfigurationDeleteListener<TestChildCfg> listener) throws ConfigException;
204 * @throws ConfigException
208 TestChildCfg getOptionalTestChild() throws ConfigException;
217 * @throws ConfigException
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfg.java36 import org.opends.server.config.ConfigException;
140 * @throws ConfigException
144 TestChildCfg getTestChild(String name) throws ConfigException;
153 * @throws ConfigException
156 void addTestChildAddListener(ConfigurationAddListener<TestChildCfg> listener) throws ConfigException;
175 * @throws ConfigException
178 void addTestChildDeleteListener(ConfigurationDeleteListener<TestChildCfg> listener) throws ConfigException;
205 * @throws ConfigException
209 TestChildCfg getOptionalTestChild() throws ConfigException;
218 * @throws ConfigException
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfg.java35 import org.opends.server.config.ConfigException;
139 * @throws ConfigException
143 TestChildCfg getTestChild(String name) throws ConfigException;
152 * @throws ConfigException
155 void addTestChildAddListener(ConfigurationAddListener<TestChildCfg> listener) throws ConfigException;
174 * @throws ConfigException
177 void addTestChildDeleteListener(ConfigurationDeleteListener<TestChildCfg> listener) throws ConfigException;
204 * @throws ConfigException
208 TestChildCfg getOptionalTestChild() throws ConfigException;
217 * @throws ConfigException
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfg.java36 import org.opends.server.config.ConfigException;
140 * @throws ConfigException
144 TestChildCfg getTestChild(String name) throws ConfigException;
153 * @throws ConfigException
156 void addTestChildAddListener(ConfigurationAddListener<TestChildCfg> listener) throws ConfigException;
175 * @throws ConfigException
178 void addTestChildDeleteListener(ConfigurationDeleteListener<TestChildCfg> listener) throws ConfigException;
205 * @throws ConfigException
209 TestChildCfg getOptionalTestChild() throws ConfigException;
218 * @throws ConfigException
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DTestParentCfg.java36 import org.forgerock.opendj.config.server.ConfigException;
140 * @throws ConfigException
144 TestChildCfg getTestChild(String name) throws ConfigException;
153 * @throws ConfigException
156 void addTestChildAddListener(ConfigurationAddListener<TestChildCfg> listener) throws ConfigException;
175 * @throws ConfigException
178 void addTestChildDeleteListener(ConfigurationDeleteListener<TestChildCfg> listener) throws ConfigException;
205 * @throws ConfigException
209 TestChildCfg getOptionalTestChild() throws ConfigException;
218 * @throws ConfigException
[all...]
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DTestParentCfg.java30 import org.forgerock.opendj.config.server.ConfigException;
119 * @throws ConfigException
123 TestChildCfg getTestChild(String name) throws ConfigException;
130 * @throws ConfigException
133 void addTestChildAddListener(ConfigurationAddListener<TestChildCfg> listener) throws ConfigException;
148 * @throws ConfigException
151 void addTestChildDeleteListener(ConfigurationDeleteListener<TestChildCfg> listener) throws ConfigException;
172 * @throws ConfigException
176 TestChildCfg getOptionalTestChild() throws ConfigException;
183 * @throws ConfigException
[all...]

Completed in 159 milliseconds

1234567891011>>