Searched defs:message (Results 26 - 50 of 1477) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DDecodingException.java49 * Create a decoding exception with a message.
51 * @param message
52 * The message.
54 protected DecodingException(LocalizableMessage message) { argument
55 super(message);
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidCodeException.java27 * Constructs a new InvalidCodeException with the specified message.
29 * @param message The reason for the exception.
31 public InvalidCodeException(final String message) { argument
32 super(400, "invalid_code", message);
H A DInvalidGrantException.java27 * Constructs a new InvalidGrantException with the default message.
34 * Constructs a new InvalidGrantException with the specified message.
36 * @param message The reason for the exception.
38 public InvalidGrantException(final String message) { argument
39 super(400, "invalid_grant", message);
H A DLoginRequiredException.java27 * Constructs a new LoginRequiredException with the default message.
34 * Constructs a new LoginRequiredException with a specified message.
36 public LoginRequiredException(String message) { argument
37 super(400, "login_required", message);
H A DUnauthorizedClientException.java27 * Constructs a new UnauthorizedClientException with the default message.
34 * Constructs a new UnauthorizedClientException with the specified message.
36 * @param message The reason for the exception.
38 public UnauthorizedClientException(String message) { argument
39 super(400, "unauthorized_client", message);
H A DUnsupportedGrantTypeException.java27 * Constructs a new UnsupportedGrantTypeException instance with the specified message.
29 * @param message The reason for the exception.
31 public UnsupportedGrantTypeException(String message) { argument
32 super(400, "unsupported_grant_type", message);
/forgerock/openam-v13/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/
H A DHttpClientCreationException.java29 * @param message
30 * message
34 public HttpClientCreationException(String message, Throwable cause) { argument
35 super(message, cause);
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/security/x509/
H A DGeneralNamesException.java39 * Constructs a GeneralNamesException with no detail message.
46 * Constructs the exception with the specified error message.
48 * @param message
49 * the requisite error message.
51 public GeneralNamesException(String message) { argument
52 super(message);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/message/
H A DInstanceIdListener.java17 package com.forgerock.authenticator.message;
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationViewController.h51 * The UILabel in which the notification message will be displayed.
53 @property (weak, nonatomic) IBOutlet UILabel *message; variable
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFederationException.java40 * Constructs a FederationException with a detailed message.
42 * @param message
43 * Detailed message for this exception.
45 public FederationException(String message) { argument
46 super(message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A Dpackage-info.java35 package com.sun.identity.federation.message.common;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDecodingException.java42 * Create a decoding exception with a message.
44 * @param message
45 * The message.
47 protected DecodingException(LocalizableMessage message) { argument
48 super(message);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DInvalidCodeException.java27 * Constructs a new InvalidCodeException with the specified message.
29 * @param message The reason for the exception.
31 public InvalidCodeException(final String message) { argument
32 super(400, "invalid_code", message);
H A DInvalidGrantException.java27 * Constructs a new InvalidGrantException with the default message.
34 * Constructs a new InvalidGrantException with the specified message.
36 * @param message The reason for the exception.
38 public InvalidGrantException(final String message) { argument
39 super(400, "invalid_grant", message);
H A DLoginRequiredException.java27 * Constructs a new LoginRequiredException with the default message.
34 * Constructs a new LoginRequiredException with a specified message.
36 public LoginRequiredException(String message) { argument
37 super(400, "login_required", message);
H A DOAuth2ProviderNotFoundException.java28 * Constructs a new OAuth2ProviderNotFoundException with the specified message.
30 * @param message The reason for the exception.
32 public OAuth2ProviderNotFoundException(final String message) { argument
33 super(message);
H A DUnauthorizedClientException.java27 * Constructs a new UnauthorizedClientException with the default message.
34 * Constructs a new UnauthorizedClientException with the specified message.
36 * @param message The reason for the exception.
38 public UnauthorizedClientException(String message) { argument
39 super(400, "unauthorized_client", message);
H A DUnsupportedGrantTypeException.java27 * Constructs a new UnsupportedGrantTypeException instance with the specified message.
29 * @param message The reason for the exception.
31 public UnsupportedGrantTypeException(String message) { argument
32 super(400, "unsupported_grant_type", message);
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/
H A DHttpClientCreationException.java29 * @param message
30 * message
34 public HttpClientCreationException(String message, Throwable cause) { argument
35 super(message, cause);
/forgerock/openam/openam-shared/src/main/java/com/iplanet/security/x509/
H A DGeneralNamesException.java39 * Constructs a GeneralNamesException with no detail message.
46 * Constructs the exception with the specified error message.
48 * @param message
49 * the requisite error message.
51 public GeneralNamesException(String message) { argument
52 super(message);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/blacklist/
H A DBlacklistException.java27 * @param message The message.
29 public BlacklistException(String message) { argument
30 super(message);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACIComposeException.java45 * @param message
46 * Error message.
48 public ACIComposeException(String message) { argument
49 super(message);
H A DACIException.java44 * @param message
45 * Error message.
47 public ACIException(String message) { argument
48 super(message);
H A DACIParseException.java45 * @param message
46 * Error message.
48 public ACIParseException(String message) { argument
49 super(message);

Completed in 91 milliseconds

1234567891011>>