Searched refs:INTERNAL_ERROR (Results 1 - 25 of 138) sorted by relevance

123456

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/xmlsig/
H A DFauxSAML2CryptoProvider.java51 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Exception in SAML2CryptoProvider caching logic: " +
60 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Exception in SAML2CryptoProvider caching logic: " +
69 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Exception in SAML2CryptoProvider caching logic: " +
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/xmlsig/
H A DFauxSAML2CryptoProvider.java51 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Exception in SAML2CryptoProvider caching logic: " +
60 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Exception in SAML2CryptoProvider caching logic: " +
69 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Exception in SAML2CryptoProvider caching logic: " +
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DRestSTSInstanceConfigMarshaller.java45 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
59 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
73 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
87 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
H A DSoapSTSInstanceConfigMarshaller.java44 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
57 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
71 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
85 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DRestSTSInstanceConfigMarshaller.java45 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
59 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
73 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
87 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
H A DSoapSTSInstanceConfigMarshaller.java44 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
57 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
71 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
85 throw new STSPublishException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java20 import static org.forgerock.json.resource.ResourceException.INTERNAL_ERROR;
98 ERROR_CODE_MAP.put(FIND_BY_NAME_FAILED, INTERNAL_ERROR);
99 ERROR_CODE_MAP.put(FIND_BY_UUID_FAILED, INTERNAL_ERROR);
100 ERROR_CODE_MAP.put(DELETE_FAILED, INTERNAL_ERROR);
101 ERROR_CODE_MAP.put(RETRIEVE_FAILED, INTERNAL_ERROR);
102 ERROR_CODE_MAP.put(RETRIEVE_ALL_FAILED, INTERNAL_ERROR);
103 ERROR_CODE_MAP.put(SAVE_FAILED, INTERNAL_ERROR);
111 ERROR_CODE_MAP.put(SCRIPT_UUID_EXISTS, INTERNAL_ERROR);
125 return ERROR_CODE_MAP.containsKey(scriptErrorCode) ? ERROR_CODE_MAP.get(scriptErrorCode) : INTERNAL_ERROR;
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java20 import static org.forgerock.json.resource.ResourceException.INTERNAL_ERROR;
100 ERROR_CODE_MAP.put(FIND_BY_NAME_FAILED, INTERNAL_ERROR);
101 ERROR_CODE_MAP.put(FIND_BY_UUID_FAILED, INTERNAL_ERROR);
102 ERROR_CODE_MAP.put(DELETE_FAILED, INTERNAL_ERROR);
103 ERROR_CODE_MAP.put(RETRIEVE_FAILED, INTERNAL_ERROR);
104 ERROR_CODE_MAP.put(RETRIEVE_ALL_FAILED, INTERNAL_ERROR);
105 ERROR_CODE_MAP.put(SAVE_FAILED, INTERNAL_ERROR);
113 ERROR_CODE_MAP.put(SCRIPT_UUID_EXISTS, INTERNAL_ERROR);
127 return ERROR_CODE_MAP.containsKey(scriptErrorCode) ? ERROR_CODE_MAP.get(scriptErrorCode) : INTERNAL_ERROR;
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DSSOTokenIdentityImpl.java42 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
45 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
H A DCTSTokenPersistenceImpl.java71 throw new CTSTokenPersistenceException(ResourceException.INTERNAL_ERROR, "Exception caught getting byte[] " +
74 throw new CTSTokenPersistenceException(ResourceException.INTERNAL_ERROR,
89 throw new CTSTokenPersistenceException(ResourceException.INTERNAL_ERROR, "Exception caught querying CTS " +
92 throw new CTSTokenPersistenceException(ResourceException.INTERNAL_ERROR, "Unsupported encoding pulling " +
102 throw new CTSTokenPersistenceException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
112 throw new CTSTokenPersistenceException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
175 throw new CTSTokenPersistenceException(ResourceException.INTERNAL_ERROR, "Null field encountered in CTS " +
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/oidc/crypto/
H A DFauxOpenIdConnectTokenPKIProvider.java46 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
58 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DSSOTokenIdentityImpl.java42 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
45 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/oidc/crypto/
H A DFauxOpenIdConnectTokenPKIProvider.java46 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
58 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultSubjectProvider.java92 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
101 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
110 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
121 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
132 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
135 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
146 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultSubjectProvider.java92 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
101 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
110 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
121 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
132 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
135 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
146 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImpl.java110 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
127 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
147 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
158 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
167 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
178 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
189 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
198 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
237 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
251 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
[all...]
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImpl.java112 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
129 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
149 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
160 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
169 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
180 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
191 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
200 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
239 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
253 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
[all...]
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/
H A DThreadLocalAMTokenCacheImpl.java62 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, "In the ThreadLocalAMTokenCache, " +
79 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, "In the ThreadLocalAMTokenCache, " +
119 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
126 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
H A DAMTokenParserImpl.java48 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, message, e);
54 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, message);
H A DCTSTokenIdGeneratorImpl.java61 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
72 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
100 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
113 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
142 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR, "In CTSTokenIdGeneratorImpl, generating a " +
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/
H A DThreadLocalAMTokenCacheImpl.java62 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, "In the ThreadLocalAMTokenCache, " +
79 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, "In the ThreadLocalAMTokenCache, " +
119 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
126 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
H A DAMTokenParserImpl.java48 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, message, e);
54 throw new TokenValidationException(ResourceException.INTERNAL_ERROR, message);
H A DCTSTokenIdGeneratorImpl.java61 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
72 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
100 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
113 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR,
142 throw new TokenIdGenerationException(ResourceException.INTERNAL_ERROR, "In CTSTokenIdGeneratorImpl, generating a " +
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/
H A DServiceListenerRegistrationImpl.java42 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, message);
47 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, message, e);
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/
H A DServiceListenerRegistrationImpl.java42 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, message);
47 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, message, e);

Completed in 90 milliseconds

123456