Searched refs:INTERNAL_ERROR (Results 51 - 75 of 138) sorted by relevance

123456

/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DTokenServiceConsumerImpl.java196 throw new TokenValidationException(ResourceException.INTERNAL_ERROR,
214 throw new TokenCancellationException(ResourceException.INTERNAL_ERROR,
235 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
262 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
268 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DTokenServiceConsumerImpl.java196 throw new TokenValidationException(ResourceException.INTERNAL_ERROR,
214 throw new TokenCancellationException(ResourceException.INTERNAL_ERROR,
235 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
262 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
268 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/
H A DSoapTokenProviderBase.java70 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR, "Illegal state in " +
88 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/
H A DKbaResource.java20 import static org.forgerock.json.resource.ResourceException.INTERNAL_ERROR;
81 @ApiError(code = INTERNAL_ERROR, description = KBA_RESOURCE + READ + ERROR_500_DESCRIPTION)
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/
H A DSoapTokenProviderBase.java70 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR, "Illegal state in " +
88 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/url/
H A DAuthenticationUrlProviderImpl.java78 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/disp/
H A DSoapUsernameTokenAuthenticationRequestDispatcher.java72 throw new TokenValidationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/rest/
H A DXacmlService.java210 throw new ResourceException(new Status(INTERNAL_ERROR, e.getLocalizedMessage(getRequestLocale()), null,
274 throw new EntitlementException(INTERNAL_ERROR, e);
297 throw new EntitlementException(INTERNAL_ERROR, e);
300 throw new EntitlementException(INTERNAL_ERROR, e);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/rest/
H A DXacmlService.java212 throw new ResourceException(new Status(INTERNAL_ERROR, e.getLocalizedMessage(getRequestLocale()), null,
276 throw new EntitlementException(INTERNAL_ERROR, e);
299 throw new EntitlementException(INTERNAL_ERROR, e);
302 throw new EntitlementException(INTERNAL_ERROR, e);
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/url/
H A DAuthenticationUrlProviderImpl.java78 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/disp/
H A DSoapUsernameTokenAuthenticationRequestDispatcher.java72 throw new TokenValidationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/
H A DPublishServiceConsumerImpl.java107 throw new STSPublishException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
147 throw new STSPublishException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
165 throw new STSPublishException(ResourceException.INTERNAL_ERROR, "Unexpected state: the query result is not " +
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/
H A DPublishServiceConsumerImpl.java110 throw new STSPublishException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
149 throw new STSPublishException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
167 throw new STSPublishException(ResourceException.INTERNAL_ERROR, "Unexpected state: the query result is not " +
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyResource.java128 code = INTERNAL_ERROR,
194 code = INTERNAL_ERROR,
230 code = INTERNAL_ERROR,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java142 public static final int INTERNAL_ERROR = 900; field in class:EntitlementException
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/provider/saml/
H A DRestSamlTokenProvider.java111 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/validator/disp/
H A DOpenIdConnectAuthenticationRequestDispatcher.java84 throw new TokenValidationException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
H A DRestUsernameTokenAuthenticationRequestDispatcher.java71 throw new TokenValidationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/
H A DSoapAMTokenValidator.java132 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, message);
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/oidc/
H A DDefaultOpenIdConnectTokenClaimMapper.java62 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateProviderBase.java71 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR, message, e);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java180 throw new RestAuthException(ResourceException.INTERNAL_ERROR, e);
182 throw new RestAuthException(ResourceException.INTERNAL_ERROR, e);
188 throw new RestAuthException(ResourceException.INTERNAL_ERROR, "JwsSigningException, " + jse.getMessage());
303 throw new RestAuthException(ResourceException.INTERNAL_ERROR, "Unknown Authentication State!");
/forgerock/openidm-v4/openidm-api-servlet/src/main/java/org/forgerock/openidm/servlet/internal/
H A DIDMSecurityContextFactory.java123 throw ste.toResourceException(ResourceException.INTERNAL_ERROR,
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DAugmentationScriptExecutor.java85 final ResourceException re = e.toResourceException(ResourceException.INTERNAL_ERROR, e.getMessage());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java156 public static final int INTERNAL_ERROR = 900; field in class:EntitlementException

Completed in 395 milliseconds

123456