Searched refs:NotFoundException (Results 276 - 300 of 363) sorted by relevance

<<1112131415

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DGenericTableHandler.java54 import org.forgerock.json.resource.NotFoundException;
493 * @throws NotFoundException if the requested object was not found in the DB
497 throws NotFoundException, SQLException {
515 throw new NotFoundException("Object " + fullId + " not found in " + type);
529 throws SQLException, IOException, PreconditionFailedException, NotFoundException, InternalServerErrorException {
601 throws PreconditionFailedException, InternalServerErrorException, NotFoundException, SQLException, IOException {
610 } catch (NotFoundException ex) {
611 throw new NotFoundException("Object does not exist for delete on: " + fullId);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java66 import org.forgerock.json.resource.NotFoundException;
187 * @throws NotFoundException When some configuration in the parent path does not exist.
190 throws SMSException, SSOException, NotFoundException {
200 throw new NotFoundException("Parent service does not exist.");
222 throw new NotFoundException("Parent subconfig of type " + subConfigName + " does not exist.");
247 * @throws NotFoundException If the ServiceConfig does not exist.
250 throws SSOException, SMSException, NotFoundException {
254 throw new NotFoundException();
264 throw new NotFoundException();
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DUmaLabelsStore.java33 import org.forgerock.json.resource.NotFoundException;
168 throw new NotFoundException();
193 throw new NotFoundException();
/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMTokenStoreTest.java49 import org.forgerock.oauth2.core.exceptions.NotFoundException;
181 @Test (expectedExceptions = NotFoundException.class)
186 doThrow(NotFoundException.class).when(providerSettingsFactory).get(request);
192 //Expected NotFoundException
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DServerInfoResource.java42 import org.forgerock.json.resource.NotFoundException;
120 return new NotFoundException(e.getMessage()).asPromise();
176 return new NotFoundException(e.getMessage()).asPromise();
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DPolicyResourceTest.java36 import org.forgerock.json.resource.NotFoundException;
296 assertThat(promise).failedWithException().isInstanceOf(NotFoundException.class);
330 assertThat(promise).failedWithException().isInstanceOf(NotFoundException.class);
H A DConditionTypesResourceTest.java40 import org.forgerock.json.resource.NotFoundException;
74 @Test (expectedExceptions = NotFoundException.class)
H A DSubjectTypesResourceTest.java41 import org.forgerock.json.resource.NotFoundException;
95 assertThat(promise).failedWithException().isInstanceOf(NotFoundException.class);
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerService.java51 import org.forgerock.json.resource.NotFoundException;
150 return new NotFoundException("Task with id '" + request.getResourcePath() + "' not found.").asPromise();
196 return new NotFoundException("Task with id '" + request.getResourcePath() + "' not found.").asPromise();
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DSingletonRelationshipProvider.java34 import org.forgerock.json.resource.NotFoundException;
136 return new NotFoundException().asPromise();
230 if (e instanceof NotFoundException) {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DUmaLabelsStore.java33 import org.forgerock.json.resource.NotFoundException;
168 throw new NotFoundException();
193 throw new NotFoundException();
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/
H A DAuthenticatorPush.java43 import org.forgerock.json.resource.NotFoundException;
268 } catch (NotFoundException e) {
363 } catch (NotFoundException | PushNotificationException e) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/
H A DServerInfoResource.java49 import org.forgerock.json.resource.NotFoundException;
138 return new NotFoundException(e.getMessage()).asPromise();
196 return new NotFoundException(e.getMessage()).asPromise();
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DPolicyResourceTest.java38 import org.forgerock.json.resource.NotFoundException;
298 assertThat(promise).failedWithException().isInstanceOf(NotFoundException.class);
332 assertThat(promise).failedWithException().isInstanceOf(NotFoundException.class);
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/
H A DResourceSetLabelRegistration.java133 } catch (org.forgerock.json.resource.NotFoundException e) {
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java47 import org.forgerock.json.resource.NotFoundException;
182 * @throws NotFoundException If the ServiceConfig does not exist.
185 throws SSOException, SMSException, NotFoundException {
189 throw new NotFoundException();
199 throw new NotFoundException();
/forgerock/openidm-v4/openidm-script/src/test/resources/container/
H A Dresource.js235 "cause": new Packages.org.forgerock.json.resource.NotFoundException("bjensen@example.com")
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DProcessDefinitionResource.java40 import org.forgerock.json.resource.NotFoundException;
128 throw new NotFoundException();
131 return new NotFoundException(ex.getMessage()).asPromise();
194 return new NotFoundException(ex.getMessage()).asPromise();
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DSyncScript.groovy26 import org.forgerock.json.resource.NotFoundException
150 } catch (NotFoundException e) {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/
H A DResourceSetLabelRegistration.java133 } catch (org.forgerock.json.resource.NotFoundException e) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java48 import org.forgerock.json.resource.NotFoundException;
228 throw new NotFoundException(e.getMessage());
233 throw new NotFoundException(e.getMessage());
236 throw new NotFoundException(e.getMessage());
279 throw new NotFoundException(msg);
358 throw new NotFoundException(e.getMessage());
380 throw new NotFoundException("delete failed: null object name.");
413 throw new NotFoundException(msg);
423 throw new NotFoundException(e.getMessage());
475 throw new NotFoundException(
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java48 import org.forgerock.json.resource.NotFoundException;
231 throw new NotFoundException(e.getMessage());
236 throw new NotFoundException(e.getMessage());
239 throw new NotFoundException(e.getMessage());
282 throw new NotFoundException(msg);
361 throw new NotFoundException(e.getMessage());
383 throw new NotFoundException("delete failed: null object name.");
416 throw new NotFoundException(msg);
426 throw new NotFoundException(e.getMessage());
478 throw new NotFoundException(
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/cts/
H A DCoreTokenResource.java35 import org.forgerock.json.resource.NotFoundException;
243 return new NotFoundException("Token " + tokenId + " not found");
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaLabelResource.java57 import org.forgerock.oauth2.core.exceptions.NotFoundException;
218 } catch (InvalidClientException | NotFoundException e) {
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DUmaEnabledFilterTest.java43 import org.forgerock.oauth2.core.exceptions.NotFoundException;
70 .willThrow(NotFoundException.class);

Completed in 154 milliseconds

<<1112131415