001package org.opends.messages;
002
003import org.forgerock.i18n.LocalizableMessageDescriptor;
004
005/**
006 * This file contains localizable message descriptors having the resource
007 * name {@code org.opends.messages.admin}. This file was generated
008 * automatically by the {@code i18n-maven-plugin} from the property file
009 * {@code org/opends/messages/admin.properties} and it should not be manually edited.
010 */
011public final class AdminMessages {
012    // The name of the resource bundle.
013    private static final String RESOURCE = "org.opends.messages.admin";
014
015    // Prevent instantiation.
016    private AdminMessages() {
017        // Do nothing.
018    }
019
020    /**
021     * Returns the name of the resource associated with the messages contained
022     * in this class. The resource name may be used for obtaining named loggers,
023     * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}.
024     *
025     * @return The name of the resource associated with the messages contained
026     *         in this class.
027     */
028    public static String resourceName() {
029        return RESOURCE;
030    }
031
032    /**
033     * An error occurred while trying to retrieve relation configuration entry %s: %s
034     */
035    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ADMIN_CANNOT_GET_LISTENER_BASE =
036                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1", 1);
037
038    /**
039     * An error occurred while trying to retrieve the managed object configuration entry %s: %s
040     */
041    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT =
042                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3", 3);
043
044    /**
045     * The managed object configuration entry %s does not appear to exist in the Directory Server configuration. This is a required entry
046     */
047    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST =
048                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4", 4);
049
050    /**
051     * An error occurred while trying to decode the managed object configuration entry %s: %s
052     */
053    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM =
054                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5", 5);
055
056    /**
057     * The Directory Server was unable to load class %s and use it to create a component instance as defined in configuration entry %s. The error that occurred was: %s. This component will be disabled
058     */
059    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ADMIN_CANNOT_INSTANTIATE_CLASS =
060                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6", 6);
061
062    /**
063     * The Directory Server jar file %s in directory %s cannot be loaded because an unexpected error occurred while trying to open the file for reading: %s
064     */
065    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ADMIN_CANNOT_OPEN_JAR_FILE =
066                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9", 9);
067
068    /**
069     * The extensions directory %s does not exist, therefore no extensions will be loaded
070     */
071    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ADMIN_NO_EXTENSIONS_DIR =
072                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "WARN_ADMIN_NO_EXTENSIONS_DIR_12", 12);
073
074    /**
075     * Unable to read the Directory Server extensions because the extensions directory %s exists but is not a directory
076     */
077    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY =
078                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13", 13);
079
080    /**
081     * Unable to read the Directory Server extensions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s
082     */
083    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES =
084                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14", 14);
085
086    /**
087     * The core administration manifest file %s cannot be located
088     */
089    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST =
090                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15", 15);
091
092    /**
093     * The administration manifest file %s associated with the extension %s cannot be loaded because an unexpected error occurred while trying to read it: %s
094     */
095    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST =
096                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17", 17);
097
098    /**
099     * Unable to register an add/delete listener against the entry "%s" because it does not exist in the configuration
100     */
101    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER =
102                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57", 57);
103
104    /**
105     * Reason unknown
106     */
107    public static final LocalizableMessageDescriptor.Arg0 ERR_OPERATION_REJECTED_DEFAULT =
108                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_OPERATION_REJECTED_DEFAULT_74", 74);
109
110    /**
111     * A configuration exception occurred while evaluating a constraint: %s
112     */
113    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SERVER_CONSTRAINT_EXCEPTION =
114                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_SERVER_CONSTRAINT_EXCEPTION_75", 75);
115
116    /**
117     * The %s could be found but did not contain any type information (e.g. missing object classes in LDAP)
118     */
119    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DECODING_EXCEPTION_NO_TYPE_INFO =
120                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82", 82);
121
122    /**
123     * The %s could be found but did not contain the expected type information (e.g. incorrect object classes in LDAP)
124     */
125    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO =
126                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83", 83);
127
128    /**
129     * The %s could be found but its type resolved to an abstract managed object definition
130     */
131    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO =
132                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84", 84);
133
134    /**
135     * The default values for the "%s" property could not be determined
136     */
137    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION =
138                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86", 86);
139
140    /**
141     * The value "%s" is not a valid value for the "%s" property, which must have the following syntax: %s
142     */
143    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION =
144                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87", 87);
145
146    /**
147     * The "%s" property must be specified as it is mandatory
148     */
149    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROPERTY_IS_MANDATORY_EXCEPTION =
150                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89", 89);
151
152    /**
153     * The "%s" property must not be modified as it is read-only
154     */
155    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROPERTY_IS_READ_ONLY_EXCEPTION =
156                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90", 90);
157
158    /**
159     * The "%s" property must not contain more than one value
160     */
161    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION =
162                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91", 91);
163
164    /**
165     * An internal error occurred while processing property "%s": unknown property type "%s"
166     */
167    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION =
168                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92", 92);
169
170    /**
171     * Authentication failure
172     */
173    public static final LocalizableMessageDescriptor.Arg0 ERR_AUTHENTICATION_EXCEPTION_DEFAULT =
174                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93", 93);
175
176    /**
177     * The requested authentication mechanism is not supported by the server
178     */
179    public static final LocalizableMessageDescriptor.Arg0 ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT =
180                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94", 94);
181
182    /**
183     * Authorization failure
184     */
185    public static final LocalizableMessageDescriptor.Arg0 ERR_AUTHORIZATION_EXCEPTION_DEFAULT =
186                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95", 95);
187
188    /**
189     * A communication problem occurred while contacting the server
190     */
191    public static final LocalizableMessageDescriptor.Arg0 ERR_COMMUNICATION_EXCEPTION_DEFAULT =
192                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_COMMUNICATION_EXCEPTION_DEFAULT_96", 96);
193
194    /**
195     * The operation was rejected for the following reason: %s
196     */
197    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OPERATION_REJECTED_EXCEPTION_SINGLE =
198                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97", 97);
199
200    /**
201     * The operation was rejected for the following reasons: %s
202     */
203    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OPERATION_REJECTED_EXCEPTION_PLURAL =
204                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98", 98);
205
206    /**
207     * The operation could not be performed because a conflicting change has already occurred. There may be another client administration tool in use
208     */
209    public static final LocalizableMessageDescriptor.Arg0 ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT =
210                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99", 99);
211
212    /**
213     * The %s could not be decoded due to the following reason: %s
214     */
215    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE =
216                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100", 100);
217
218    /**
219     * The %s could not be decoded due to the following reasons: %s
220     */
221    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL =
222                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101", 101);
223
224    /**
225     * Empty managed object names are not permitted
226     */
227    public static final LocalizableMessageDescriptor.Arg0 ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY =
228                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102", 102);
229
230    /**
231     * Blank managed object names are not permitted
232     */
233    public static final LocalizableMessageDescriptor.Arg0 ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK =
234                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103", 103);
235
236    /**
237     * The managed object name "%s" is not a valid value for the naming property "%s", which must have the following syntax: %s
238     */
239    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX =
240                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104", 104);
241
242    /**
243     * The managed object name "%s" is not permitted
244     */
245    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER =
246                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105", 105);
247
248    /**
249     * The managed object could not be created because there is an existing managed object with the same name
250     */
251    public static final LocalizableMessageDescriptor.Arg0 ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION =
252                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106", 106);
253
254    /**
255     * The requested managed object could not be found
256     */
257    public static final LocalizableMessageDescriptor.Arg0 ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION =
258                    new LocalizableMessageDescriptor.Arg0(AdminMessages.class, RESOURCE, "ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107", 107);
259
260    /**
261     * The "%s" property is mandatory
262     */
263    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE =
264                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108", 108);
265
266    /**
267     * The following properties are mandatory: %s
268     */
269    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL =
270                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109", 109);
271
272    /**
273     * The property "%s" was not recognized
274     */
275    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROPERTY_NOT_FOUND_EXCEPTION =
276                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_PROPERTY_NOT_FOUND_EXCEPTION_110", 110);
277
278    /**
279     * A communication problem occurred while contacting the server: %s
280     */
281    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE =
282                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111", 111);
283
284    /**
285     * The following constraint violation occurred: %s
286     */
287    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE =
288                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112", 112);
289
290    /**
291     * The following constraint violations occurred: %s
292     */
293    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL =
294                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113", 113);
295
296    /**
297     * The value "%s" in property "%s" in the %s in entry "%s" refers to a non-existent %s in entry "%s"
298     */
299    public static final LocalizableMessageDescriptor.Arg6<Object, Object, Object, Object, Object, Object> ERR_SERVER_REFINT_DANGLING_REFERENCE =
300                    new LocalizableMessageDescriptor.Arg6<Object, Object, Object, Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_SERVER_REFINT_DANGLING_REFERENCE_114", 114);
301
302    /**
303     * The value "%s" in property "%s" in the %s in entry "%s" refers to a disabled %s in entry "%s"
304     */
305    public static final LocalizableMessageDescriptor.Arg6<Object, Object, Object, Object, Object, Object> ERR_SERVER_REFINT_TARGET_DISABLED =
306                    new LocalizableMessageDescriptor.Arg6<Object, Object, Object, Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_SERVER_REFINT_TARGET_DISABLED_116", 116);
307
308    /**
309     * The %s in entry "%s" cannot be deleted because it is referenced by the "%s" property of the %s in entry "%s"
310     */
311    public static final LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object> ERR_SERVER_REFINT_CANNOT_DELETE =
312                    new LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_SERVER_REFINT_CANNOT_DELETE_117", 117);
313
314    /**
315     * The %s in entry "%s" cannot be disabled because it is referenced by the "%s" property of the %s in entry "%s"
316     */
317    public static final LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object> ERR_SERVER_REFINT_CANNOT_DISABLE =
318                    new LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_SERVER_REFINT_CANNOT_DISABLE_118", 118);
319
320    /**
321     * An unexpected error occurred while reading the manifest file: %s
322     */
323    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE =
324                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120", 120);
325
326    /**
327     * An error occurred while attempting to load class "%s": %s
328     */
329    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CLASS_LOADER_CANNOT_LOAD_CLASS =
330                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121", 121);
331
332    /**
333     * Unable to to find the getInstance() method in the managed object definition class "%s": %s
334     */
335    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD =
336                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122", 122);
337
338    /**
339     * Unable to to invoke the getInstance() method in the managed object definition class "%s": %s
340     */
341    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD =
342                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123", 123);
343
344    /**
345     * Unable initialize the "%s" managed object definition in class "%s": %s
346     */
347    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN =
348                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124", 124);
349
350    /**
351     * The extension "%s" with manifest file %s cannot be loaded because an unexpected error occurred while trying to initialize it: %s
352     */
353    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION =
354                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125", 125);
355
356    /**
357     * The core administration classes could not be loaded from manifest file %s because an unexpected error occurred: %s
358     */
359    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CLASS_LOADER_CANNOT_LOAD_CORE =
360                    new LocalizableMessageDescriptor.Arg2<Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126", 126);
361
362    /**
363     * The %s "%s" referenced in property "%s" does not exist
364     */
365    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE =
366                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127", 127);
367
368    /**
369     * The %s "%s" referenced in property "%s" exists but has an invalid configuration: %s
370     */
371    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_CLIENT_REFINT_TARGET_INVALID =
372                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLIENT_REFINT_TARGET_INVALID_128", 128);
373
374    /**
375     * The %s "%s" referenced in property "%s" is disabled
376     */
377    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CLIENT_REFINT_TARGET_DISABLED =
378                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLIENT_REFINT_TARGET_DISABLED_129", 129);
379
380    /**
381     * The "%s" property in the %s called "%s" references this %s
382     */
383    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME =
384                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130", 130);
385
386    /**
387     * The "%s" property in the %s references this %s
388     */
389    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME =
390                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131", 131);
391
392    /**
393     * This %s cannot be disabled because it is referenced by the "%s" property in the %s called "%s"
394     */
395    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME =
396                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132", 132);
397
398    /**
399     * This %s cannot be disabled because it is referenced by the "%s" property in the %s
400     */
401    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME =
402                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133", 133);
403
404    /**
405     * An error occurred while attempting to determine if the %s in entry %s is enabled: %s
406     */
407    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION =
408                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(AdminMessages.class, RESOURCE, "ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134", 134);
409
410    /**
411     * The administration connector self-signed certificate cannot be generated because the following error occurred: %s
412     */
413    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADMIN_CERTIFICATE_GENERATION =
414                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CERTIFICATE_GENERATION_135", 135);
415
416    /**
417     * The administration connector self-signed certificate cannot be generated because the following files are missing: %s
418     */
419    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES =
420                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136", 136);
421
422    /**
423     * Failed to set permissions on file %s
424     */
425    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ADMIN_SET_PERMISSIONS_FAILED =
426                    new LocalizableMessageDescriptor.Arg1<Object>(AdminMessages.class, RESOURCE, "WARN_ADMIN_SET_PERMISSIONS_FAILED_137", 137);
427
428}