Searched defs:message (Results 426 - 450 of 1477) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DDecodingException.java41 * @param message
42 * The message that explains the problem that occurred.
44 public DecodingException(Message message) argument
46 super(message);
63 * @param message
64 * The message that explains the problem that occurred.
68 public DecodingException(Message message, Throwable cause) argument
70 super(message, cause);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionException.java64 * The server-provided error message for this exception.
70 * Creates a new exception with the provided message.
72 * @param message The message to use for this exception.
74 public LDAPConnectionException(Message message) argument
76 super(message);
85 * Creates a new exception with the provided message.
87 * @param message The message to use for this exception.
89 * @param errorMessage The server-provided error message fo
91 LDAPConnectionException(Message message, int resultCode, Message errorMessage) argument
111 LDAPConnectionException(Message message, Throwable cause) argument
131 LDAPConnectionException(Message message, int resultCode, Message errorMessage, Throwable cause) argument
155 LDAPConnectionException(Message message, int resultCode, Message errorMessage, DN matchedDN, Throwable cause) argument
[all...]
H A DLDAPWriter.java80 * Writes an LDAP message to the associated output stream.
82 * @param message The message to be written.
87 public void writeMessage(LDAPMessage message) argument
92 TRACER.debugProtocolElement(DebugLogLevel.VERBOSE, message.toString());
96 message.write(asn1Writer);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliException.java42 * @param message the localized message.
46 public ReplicationCliException(Message message, argument
50 super(message, cause);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DFormattedNotificationCallback.java48 /** Output a notice message. */
55 * An integer representing the message's sub-type.
62 * @param message
63 * The message to display
65 * An integer representing the sub-type of this message.
67 FormattedNotificationCallback(final Message message, argument
70 super(TextOutputCallback.INFORMATION, message.toString());
75 * Returns an integer which represents the message's sub-type.
77 * @return An integer which represents the message's sub-type.
H A DProgressNotificationCallback.java51 * The type of the message, usually INFORMATION.
52 * @param message
53 * The message to display
58 final Message message, final int progress)
60 super(messageType, message.toString());
57 ProgressNotificationCallback(final int messageType, final Message message, final int progress) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DConfigChangeResult.java182 * Adds the provided message to the set of messages for this config
185 * @param message The message to add to the set of messages for
188 public void addMessage(Message message) argument
190 messages.add(message);
H A DLDAPException.java61 // The server-provided error message for this LDAP exception.
67 * Creates a new LDAP exception with the provided message.
71 * @param message The message that explains the problem that
74 public LDAPException(int resultCode, Message message) argument
76 super(message);
87 * Creates a new LDAP exception with the provided message.
91 * @param errorMessage The server-provided error message.
92 * @param message The message tha
95 LDAPException(int resultCode, Message errorMessage, Message message) argument
119 LDAPException(int resultCode, Message message, Throwable cause) argument
144 LDAPException(int resultCode, Message errorMessage, Message message, Throwable cause) argument
170 LDAPException(int resultCode, Message errorMessage, Message message, DN matchedDN, Throwable cause) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DLDIFException.java70 * @param message The message to use for this LDIF exception.
72 public LDIFException(Message message) argument
74 super(message);
86 * @param message The message to use for this LDIF exception.
89 public LDIFException(Message message, Throwable cause) argument
91 super(message, cause);
103 * @param message The message t
109 LDIFException(Message message, Number lineNumber, boolean canContinueReading) argument
132 LDIFException(Message message, Number lineNumber, boolean canContinueReading, Throwable cause) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DConstraintViolationException.java62 // Gets the default message.
78 // Merge the messages into a single message.
127 * message.
132 * @param message
133 * The message describing the constraint violation that
137 Message message) {
138 this(managedObject, Collections.singleton(message));
157 * Creates a single message listing all the messages combined into a
160 * @return Returns a single message listing all the messages
136 ConstraintViolationException(ServerManagedObject<?> managedObject, Message message) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DErrorLogPublisher.java87 * Writes a message to the error log using the provided information.
88 * The message's category and severity information will be used to
89 * determine whether to actually log this message.
91 * @param message The message to be logged.
93 public abstract void logError(Message message); argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSInstanceModelResponse.java20 * Model responses, particularly in the context of Rest STS instance creation, require a success flag, and a message.
21 * The success flag indicates whether the message will be displayed as in a success, or error, dialog.
25 private final String message; field in class:STSInstanceModelResponse
27 private STSInstanceModelResponse(boolean success, String message) { argument
29 this.message = message;
49 return message;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthException.java44 * @param errorCode Key of the error message in resource bundle.
45 * @param args Arguments to the message.
54 * @param message English message for this exception.
56 public AuthException(String message) { argument
57 super(message);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DInvalidPasswordException.java50 * Resource bundle name for the message.
52 * Key to the message in resource bundle.
54 * Arguments to the message.
65 * @param message
66 * English message for the exception.
68 public InvalidPasswordException(String message) { argument
69 super(message);
75 * @param message
76 * English message for the exception.
80 public InvalidPasswordException(String message, Strin argument
[all...]
H A DLoginTimeOutException.java39 * @param rbName Resource bundle name for the error message
40 * @param errCode Key to the message in resource bundle
41 * @param args Arguments to the message
49 * @param message English message for the exception
51 public LoginTimeOutException(String message) { argument
52 super(message);
H A DUserNamePasswordValidationException.java42 * message from the given resource bundle, for a given error message key
43 * (<code>errorCode</code>) and using arguments to the message.
44 * @param rbName Resource bundle name for the error message.
45 * @param errorCode Key to the message in resource bundle.
46 * @param args Arguments to the message.
57 * given message.
58 * @param message English message for the exception.
60 public UserNamePasswordValidationException(String message) { argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DILogProvider.java41 * @param message log message.
45 void log(String logName, Level level, String message, Object actor, argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DAMLogException.java58 * @param message The message provided by the object that is throwing the
61 public AMLogException (String message) { argument
62 super(message);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/
H A DDebug.java69 * error level debug message
71 * @param msg The error debug message string.
79 * warning level debug message
81 * @param msg The warning debug message string
89 * message level debug message
91 * @param msg The debug message string
94 public static void message(String msg, Throwable t) { method in class:Debug
99 * error level debug message
101 * @param msg The debug message strin
121 public static void message(String msg) { method in class:Debug
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyEvaluationException.java48 * @param message The message provided by the object that is throwing the
51 public PolicyEvaluationException(String message) { argument
52 super(message);
82 * to pass the localized error message
84 * not possible to throw localized error message at this level.
86 * for correctly locating the error message. The default
91 * localized error message.
97 * @param args arguments to message. If it is not present pass the
111 * to pass the localized error message
143 PolicyEvaluationException(String message, String reqId) argument
155 PolicyEvaluationException(String message, Throwable nestedException) argument
169 PolicyEvaluationException(String message, Throwable nestedException, String reqId) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DConfiguratorException.java41 private String message; field in class:ConfiguratorException
48 * This constructor is used to pass the localized error message
50 * not possible to throw localized error message at this level.
57 * @param args arguments to message. If it is not present pass the
59 * @param locale User's preferred locale. The localized error message will
69 this.message = getL10NMessage (locale);
73 * Constructs a <code>ConfiguratorException</code> with a detailed message.
75 * @param message Exception Message.
76 * Detailed message for this exception.
78 public ConfiguratorException(String message) { argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/errors/
H A DIdentityServicesException.java40 * @param message to use in the case no specific error is found
43 public static IdServicesException getIdentityServiceException(int code, String message) { argument
52 return new AccessDenied(message);
55 return new ObjectNotFound(message);
58 return new GeneralFailure(message);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServer.java43 * Sends an email message, containing HTML, using default MailServer settings.
45 * @param to The address that the E-mail message is sent.
47 * @param message The content contained in the E-mail message.
50 void sendHtmlEmail(String to, String subject, String message) throws MessagingException; argument
53 * Sends an email message, containing HTML, using specified options given
56 * @param from The address that sends the E-mail message.
57 * @param to The address that the E-mail message is sent.
59 * @param message The content contained in the E-mail message
63 sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
77 sendEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
87 sendEmail(String to, String subject, String message) argument
104 sendEmail(String to, String subject, String message, String mimeType) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeException.java35 * This class also handles message localization in Upgrade exceptions.
46 * localized error message.
52 * @param args arguments to message. If it is not present pass them
62 * message.
64 * @param message message for this exception. This message can be later
68 public UpgradeException(String message) { argument
69 super(message);
84 * Constructs a new <code>UpgradeException</code> with the given message an
89 UpgradeException(String message, Throwable cause) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DConstraintViolationException.java62 /** Gets the default message. */
78 /** Merge the messages into a single message. */
127 * message.
132 * @param message
133 * The message describing the constraint violation that
137 LocalizableMessage message) {
138 this(managedObject, Collections.singleton(message));
157 * Creates a single message listing all the messages combined into a
160 * @return Returns a single message listing all the messages
136 ConstraintViolationException(ServerManagedObject<?> managedObject, LocalizableMessage message) argument

Completed in 305 milliseconds

<<11121314151617181920>>