Searched defs:getLocalizedMessage (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DNotSupportedOldVersionPDUException.java77 public String getLocalizedMessage() method in class:NotSupportedOldVersionPDUException
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DNotSupportedOldVersionPDUException.java76 public String getLocalizedMessage() method in class:NotSupportedOldVersionPDUException
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DNotSupportedOldVersionPDUException.java77 public String getLocalizedMessage() method in class:NotSupportedOldVersionPDUException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DNotSupportedOldVersionPDUException.java77 public String getLocalizedMessage() method in class:NotSupportedOldVersionPDUException
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DNotSupportedOldVersionPDUException.java76 public String getLocalizedMessage() method in class:NotSupportedOldVersionPDUException
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestException.java55 this.message = getLocalizedMessage(Locale.getDefault());
67 this.message = getLocalizedMessage(Locale.getDefault());
79 this.message = getLocalizedMessage(Locale.getDefault());
94 this.message = getLocalizedMessage(Locale.getDefault());
122 public String getLocalizedMessage() { method in class:RestException
132 public String getLocalizedMessage(Locale locale) { method in class:RestException
H A DResourceBase.java99 e.getLocalizedMessage(getUserLocale(headers)));
103 .entity(getLocalizedMessage(headers, 400))
115 e.getLocalizedMessage(getUserLocale(headers)));
119 .entity(getLocalizedMessage(headers, 400))
130 .entity(e.getLocalizedMessage(getUserLocale(headers)))
147 String statusMessage = e.getLocalizedMessage();
152 Response.status(statusCode).entity(e.getLocalizedMessage()).
183 getLocalizedMessage(headers, statusCode), body);
192 getLocalizedMessage(headers, statusCode), strBody);
245 private String getLocalizedMessage( method in class:ResourceBase
260 protected String getLocalizedMessage(Locale locale, int errorCode) { method in class:ResourceBase
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java48 getLocalizedMessage(context, error), error);
59 getLocalizedMessage(context, error), error);
79 private String getLocalizedMessage(Context context, ScriptException exception) { method in class:ScriptExceptionMappingHandler
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DValidateResourceResult.java80 return getLocalizedMessage(Locale.getDefault());
89 public String getLocalizedMessage(Locale locale) { method in class:ValidateResourceResult
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DNotSupportedOldVersionPDUException.java78 public String getLocalizedMessage() method in class:NotSupportedOldVersionPDUException
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestException.java55 this.message = getLocalizedMessage(Locale.getDefault());
67 this.message = getLocalizedMessage(Locale.getDefault());
79 this.message = getLocalizedMessage(Locale.getDefault());
94 this.message = getLocalizedMessage(Locale.getDefault());
122 public String getLocalizedMessage() { method in class:RestException
132 public String getLocalizedMessage(Locale locale) { method in class:RestException
H A DResourceBase.java99 e.getLocalizedMessage(getUserLocale(headers)));
103 .entity(getLocalizedMessage(headers, 400))
115 e.getLocalizedMessage(getUserLocale(headers)));
119 .entity(getLocalizedMessage(headers, 400))
130 .entity(e.getLocalizedMessage(getUserLocale(headers)))
147 String statusMessage = e.getLocalizedMessage();
152 Response.status(statusCode).entity(e.getLocalizedMessage()).
183 getLocalizedMessage(headers, statusCode), body);
192 getLocalizedMessage(headers, statusCode), strBody);
245 private String getLocalizedMessage( method in class:ResourceBase
260 protected String getLocalizedMessage(Locale locale, int errorCode) { method in class:ResourceBase
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java50 getLocalizedMessage(context, error), error);
61 getLocalizedMessage(context, error), error);
81 private String getLocalizedMessage(Context context, ScriptException exception) { method in class:ScriptExceptionMappingHandler
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DValidateResourceResult.java80 return getLocalizedMessage(Locale.getDefault());
89 public String getLocalizedMessage(Locale locale) { method in class:ValidateResourceResult
/forgerock/openam-v13/openam-coretoken/src/main/java/com/sun/identity/coretoken/
H A DCoreTokenException.java52 this.message = getLocalizedMessage(Locale.getDefault());
64 this.message = getLocalizedMessage(Locale.getDefault());
79 this.message = getLocalizedMessage(Locale.getDefault());
91 this.message = getLocalizedMessage(Locale.getDefault());
106 this.message = getLocalizedMessage(Locale.getDefault());
134 public String getLocalizedMessage() { method in class:CoreTokenException
144 public String getLocalizedMessage(Locale locale) { method in class:CoreTokenException
/forgerock/openam/openam-coretoken/src/main/java/com/sun/identity/coretoken/
H A DCoreTokenException.java52 this.message = getLocalizedMessage(Locale.getDefault());
64 this.message = getLocalizedMessage(Locale.getDefault());
79 this.message = getLocalizedMessage(Locale.getDefault());
91 this.message = getLocalizedMessage(Locale.getDefault());
106 this.message = getLocalizedMessage(Locale.getDefault());
134 public String getLocalizedMessage() { method in class:CoreTokenException
144 public String getLocalizedMessage(Locale locale) { method in class:CoreTokenException
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DEntitlementsExceptionMappingHandler.java158 return ResourceException.getException(resourceErrorType, getLocalizedMessage(context, error), errorToHandle);
247 private String getLocalizedMessage(Context context, EntitlementException exception) { method in class:EntitlementsExceptionMappingHandler
253 return exception.getLocalizedMessage(local);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DEntitlementsExceptionMappingHandler.java176 return ResourceException.getException(resourceErrorType, getLocalizedMessage(context, error), errorToHandle);
265 private String getLocalizedMessage(Context context, EntitlementException exception) { method in class:EntitlementsExceptionMappingHandler
271 return exception.getLocalizedMessage(local);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java113 public String getLocalizedMessage() { method in class:QueryException
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java113 public String getLocalizedMessage() { method in class:QueryException
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV1.java314 rep.put("errorMessage", getLocalizedMessage(request, exception));
319 rep.put("errorMessage", getLocalizedMessage(request, exception));
335 protected String getLocalizedMessage(Request request, Exception exception) { method in class:AuthenticationServiceV1
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV1.java330 rep.put("errorMessage", getLocalizedMessage(request, exception));
335 rep.put("errorMessage", getLocalizedMessage(request, exception));
351 protected String getLocalizedMessage(Request request, Exception exception) { method in class:AuthenticationServiceV1
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java156 this.message = getLocalizedMessage(Locale.getDefault());
168 this.message = getLocalizedMessage(Locale.getDefault());
180 this.message = getLocalizedMessage(Locale.getDefault());
195 this.message = getLocalizedMessage(Locale.getDefault());
227 public String getLocalizedMessage() { method in class:EntitlementException
237 public String getLocalizedMessage(Locale locale) { method in class:EntitlementException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java170 this.message = getLocalizedMessage(Locale.getDefault());
182 this.message = getLocalizedMessage(Locale.getDefault());
194 this.message = getLocalizedMessage(Locale.getDefault());
209 this.message = getLocalizedMessage(Locale.getDefault());
241 public String getLocalizedMessage() { method in class:EntitlementException
251 public String getLocalizedMessage(Locale locale) { method in class:EntitlementException
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...

Completed in 57 milliseconds

12