Searched defs:message (Results 301 - 325 of 1477) sorted by relevance

<<11121314151617181920>>

/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/metadata/
H A DNotConfiguration.java40 * Constructs a new exception with {@code null} as its detail message.
46 * Constructs a new exception with the specified detail message.
48 public NotConfiguration(String message) { argument
49 super(message);
60 * Constructs a new exception with the specified detail message and cause.
62 public NotConfiguration(String message, Throwable cause) { argument
63 super(message, cause);
H A DWaitForMetaData.java37 * Constructs a new exception with {@code null} as its detail message.
43 * Constructs a new exception with the specified detail message.
45 public WaitForMetaData(String message) { argument
46 super(message);
57 * Constructs a new exception with the specified detail message and cause.
59 public WaitForMetaData(String message, Throwable cause) { argument
60 super(message, cause);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DInitializationExceptionTestCase.java49 LocalizableMessage message = LocalizableMessage.raw("Test Constructor 1");
51 validateException(new InitializationException(message), message);
64 LocalizableMessage message = LocalizableMessage.raw("Test Constructor 2");
67 validateException(new InitializationException(message, e), message);
70 validateException(new InitializationException(message, null),
71 message);
81 * @param message The expected message fo
83 validateException(InitializationException ie, LocalizableMessage message) argument
[all...]
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DBootstrapFailure.java36 * Constructs a new exception with {@code null} as its detail message.
42 * Constructs a new exception with the specified detail message.
44 public BootstrapFailure(String message) { argument
45 super(message);
56 * Constructs a new exception with the specified detail message and cause.
58 public BootstrapFailure(String message, Throwable cause) { argument
59 super(message, cause);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DSynchronizationException.java30 * Constructs a new exception with {@code null} as its detail message.
37 * Constructs a new exception with the specified detail message.
39 public SynchronizationException(String message) { argument
40 super(message);
51 * Constructs a new exception with the specified detail message and cause.
53 public SynchronizationException(String message, Throwable cause) { argument
54 super(message, cause);
/forgerock/openidm-v4/openidm-enhanced-config/src/main/java/org/forgerock/openidm/config/enhanced/
H A DInternalErrorException.java37 * Constructs a new exception with {@code null} as its detail message.
43 * Constructs a new exception with the specified detail message.
45 public InternalErrorException(String message) { argument
46 super(message);
57 * Constructs a new exception with the specified detail message and cause.
59 public InternalErrorException(String message, Throwable cause) { argument
60 super(message, cause);
H A DInvalidException.java36 * Constructs a new exception with {@code null} as its detail message.
42 * Constructs a new exception with the specified detail message.
44 public InvalidException(String message) { argument
45 super(message);
56 * Constructs a new exception with the specified detail message and cause.
58 public InvalidException(String message, Throwable cause) { argument
59 super(message, cause);
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DArchiveException.java27 * @param message the exception message string
29 ArchiveException(String message) { argument
30 super(message);
36 * @param message the exception message string
39 ArchiveException(String message, Exception cause) { argument
40 super(message, cause);
H A DUpdateException.java26 * Constructs a new exception with {@code null} as its detail message.
32 * Constructs a new exception with the specified detail message.
34 public UpdateException(String message) { argument
35 super(message);
39 * Constructs a new exception with the specified detail message and nested throwable.
41 public UpdateException(String message, Throwable ex) { argument
42 super(message, ex);
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/exception/
H A DPatchException.java28 * Constructs a new exception with {@code null} as its detail message.
34 * Constructs a new exception with the specified detail message.
36 * @param message The detail message
38 public PatchException(String message) { argument
39 super(message);
43 * Constructs a new exception with the specified detail message and nested throwable.
45 * @param message The detail message
48 public PatchException(String message, Throwabl argument
[all...]
H A DPostPatchException.java28 * Constructs a new exception with {@code null} as its detail message.
34 * Constructs a new exception with the specified detail message.
36 * @param message The detail message
38 public PostPatchException(String message) { argument
39 super(message);
43 * Constructs a new exception with the specified detail message and nested throwable.
45 * @param message The detail message
48 public PostPatchException(String message, Throwabl argument
[all...]
H A DPrePatchException.java28 * Constructs a new exception with {@code null} as its detail message.
34 * Constructs a new exception with the specified detail message.
36 * @param message The detail message
38 public PrePatchException(String message) { argument
39 super(message);
43 * Constructs a new exception with the specified detail message and nested throwable.
45 * @param message The detail message
48 public PrePatchException(String message, Throwabl argument
[all...]
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/commons/
H A DAttributeMissingException.java31 * Constructs a new exception with {@code null} as its detail message.
37 * Constructs a new exception with the specified detail message.
39 public AttributeMissingException(String message) { argument
40 super(message);
51 * Constructs a new exception with the specified detail message and cause.
53 public AttributeMissingException(String message, Throwable cause) { argument
54 super(message, cause);
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/syncfailure/
H A DSyncHandlerException.java26 public SyncHandlerException(String message) { argument
27 super(message);
33 public SyncHandlerException(String message, Throwable cause) { argument
34 super(message, cause);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/
H A DAccessDeniedException.java29 * Constructs a new AccessDeniedException with specified message.
32 * @param message The reason for the exception.
34 public AccessDeniedException(final String message) { argument
35 this(message, UrlLocation.QUERY);
39 * Constructs a new AccessDeniedException with message from the specified cause.
48 * Constructs a new AccessDeniedException with specified message.
50 * @param message The reason for the exception.
52 public AccessDeniedException(final String message, final UrlLocation parameterLocation) { argument
53 super(400, "access_denied", message, parameterLocation);
H A DBadRequestException.java27 * Constructs a new BadRequestException with the specified message.
29 * @param message The reason for the exception.
31 public BadRequestException(final String message) { argument
32 super(400, "bad_request", message);
36 * Constructs a new BadRequestException with the specified message and code.
39 * @param message The reason for the exception.
41 public BadRequestException(final String error, final String message) { argument
42 super(400, error, message);
H A DDuplicateRequestParameterException.java32 * Constructs a new DuplicateRequestParameterException with the default message.
39 * Constructs a new DuplicateRequestParameterException with the specified message.
42 * @param message The reason for the exception.
44 public DuplicateRequestParameterException(final String message) { argument
45 this(message, UrlLocation.QUERY);
49 * Constructs a new DuplicateRequestParameterException with the specified message.
51 * @param message The reason for the exception.
54 public DuplicateRequestParameterException(final String message, final UrlLocation parameterLocation) { argument
55 super(400, "invalid_request", message, parameterLocation);
H A DInvalidClientException.java27 * Constructs a new InvalidClientException, with the default message.
35 * Constructs a new InvalidClientException, with the specified message.
37 * @param message The reason for the exception.
39 InvalidClientException(final String message) { argument
40 this(400, "invalid_client", message);
43 protected InvalidClientException(final int statusCode, final String title, final String message) { argument
44 super(statusCode, title, message);
H A DInvalidRequestException.java29 * Constructs a new InvalidRequestException with the default message.
36 * Constructs a new InvalidRequestException with the specified message.
39 * @param message The reason for the exception.
41 public InvalidRequestException(final String message) { argument
42 this(message, UrlLocation.QUERY);
46 * Constructs a new InvalidRequestException with the specified message.
48 * @param message The reason for the exception.
51 public InvalidRequestException(final String message, final UrlLocation parameterLocation) { argument
52 super(400, "invalid_request", message, parameterLocation);
H A DInvalidScopeException.java36 * Constructs a new InvalidScopeException with the default message.
43 * Constructs a new InvalidScopeException with the specified message.
46 * @param message The reason for the exception.
48 public InvalidScopeException(final String message) { argument
49 this(message, UrlLocation.QUERY);
53 * Constructs a new InvalidScopeException with the specified message.
55 * @param message The reason for the exception.
58 public InvalidScopeException(final String message, final UrlLocation parameterLocation) { argument
59 super(400, "invalid_scope", message, parameterLocation);
64 * @param message Th
68 create(final String message, final OAuth2Request request) argument
[all...]
H A DNotFoundException.java29 * Constructs a new NotFoundException with the specified message.
31 * @param message The reason for the exception.
33 public NotFoundException(final String message) { argument
34 super(404, "not_found", message);
H A DServerException.java27 * Constructs a new ServerException with the default message.
34 * Constructs a new ServerException with the specified message.
36 * @param message The reason for the exception.
38 public ServerException(final String message) { argument
39 super(400, "server_error", message);
43 * Constructs a new ServerException with the message from the specified cause.
H A DUnsupportedResponseTypeException.java29 * Constructs a new UnsupportedResponseTypeException instance with the specified message.
31 * @param message The reason for the exception.
33 public UnsupportedResponseTypeException(final String message) { argument
34 this(message, OAuth2Constants.UrlLocation.QUERY);
38 * Constructs a new UnsupportedResponseTypeException instance with the specified message.
40 * @param message The reason for the exception.
43 public UnsupportedResponseTypeException(final String message, final OAuth2Constants.UrlLocation parameterLocation) { argument
44 super(400, "unsupported_response_type", message, parameterLocation);
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushMessageConverter.java26 * Converts a supplied message and message id into an appropriately formatted (JSON) response
27 * to drop into a message to Amazon SNS.
29 * @param message The message to write out to the user.
32 String toTransferFormat(PushMessage message); argument
H A DPushNotificationException.java25 * Construct a new PushNotificationException with a message.
26 * @param message description of the exceptional circumstances.
28 public PushNotificationException(String message) { argument
29 super(message);
33 * Construct a new PushNotificationException with a message and a Throwable indicating the cause
35 * @param message description of the exceptional circumstances.
38 public PushNotificationException(String message, Throwable throwable) { argument
39 super(message, throwable);

Completed in 131 milliseconds

<<11121314151617181920>>