Searched refs:getWebApplicationException (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java67 throw getWebApplicationException(headers, e, MimeType.JSON);
69 throw getWebApplicationException(e, MimeType.JSON);
71 throw getWebApplicationException(headers, e, MimeType.JSON);
88 throw getWebApplicationException(headers, e, MimeType.JSON);
90 throw getWebApplicationException(e, MimeType.JSON);
92 throw getWebApplicationException(headers, e, MimeType.JSON);
115 throw getWebApplicationException(e, MimeType.JSON);
117 throw getWebApplicationException(headers, e, MimeType.JSON);
119 throw getWebApplicationException(headers, e, MimeType.JSON);
H A DResourceBase.java92 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
98 return getWebApplicationException(400, e.getErrorCode(),
108 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
114 return getWebApplicationException(400, e.getErrorCode(),
124 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
134 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
138 return getWebApplicationException(400, e, mimeType);
141 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
148 return getWebApplicationException(statusCode, statusCode,
157 private WebApplicationException getWebApplicationException( method in class:ResourceBase
[all...]
H A DCoreTokenResource.java115 throw getWebApplicationException(ex, MimeType.PLAIN);
133 throw getWebApplicationException(headers, ce);
180 throw getWebApplicationException(headers, ce);
186 throw getWebApplicationException(je, MimeType.PLAIN);
222 throw getWebApplicationException(headers, ce);
228 throw getWebApplicationException(je, MimeType.PLAIN);
257 throw getWebApplicationException(headers, ex);
291 throw getWebApplicationException(headers, ex);
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java67 throw getWebApplicationException(headers, e, MimeType.JSON);
69 throw getWebApplicationException(e, MimeType.JSON);
71 throw getWebApplicationException(headers, e, MimeType.JSON);
88 throw getWebApplicationException(headers, e, MimeType.JSON);
90 throw getWebApplicationException(e, MimeType.JSON);
92 throw getWebApplicationException(headers, e, MimeType.JSON);
115 throw getWebApplicationException(e, MimeType.JSON);
117 throw getWebApplicationException(headers, e, MimeType.JSON);
119 throw getWebApplicationException(headers, e, MimeType.JSON);
H A DResourceBase.java92 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
98 return getWebApplicationException(400, e.getErrorCode(),
108 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
114 return getWebApplicationException(400, e.getErrorCode(),
124 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
134 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
138 return getWebApplicationException(400, e, mimeType);
141 protected WebApplicationException getWebApplicationException( method in class:ResourceBase
148 return getWebApplicationException(statusCode, statusCode,
157 private WebApplicationException getWebApplicationException( method in class:ResourceBase
[all...]
H A DCoreTokenResource.java115 throw getWebApplicationException(ex, MimeType.PLAIN);
133 throw getWebApplicationException(headers, ce);
180 throw getWebApplicationException(headers, ce);
186 throw getWebApplicationException(je, MimeType.PLAIN);
222 throw getWebApplicationException(headers, ce);
228 throw getWebApplicationException(je, MimeType.PLAIN);
257 throw getWebApplicationException(headers, ex);
291 throw getWebApplicationException(headers, ex);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DPrivilegeResource.java87 throw getWebApplicationException(e, MimeType.JSON);
90 throw getWebApplicationException(headers, e, MimeType.JSON);
93 throw getWebApplicationException(headers, e, MimeType.JSON);
114 throw getWebApplicationException(e, MimeType.JSON);
118 throw getWebApplicationException(headers, e, MimeType.JSON);
122 throw getWebApplicationException(headers, e, MimeType.JSON);
145 throw getWebApplicationException(e, MimeType.JSON);
149 throw getWebApplicationException(headers, e, MimeType.JSON);
153 throw getWebApplicationException(headers, e, MimeType.JSON);
175 throw getWebApplicationException(
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DPrivilegeResource.java87 throw getWebApplicationException(e, MimeType.JSON);
90 throw getWebApplicationException(headers, e, MimeType.JSON);
93 throw getWebApplicationException(headers, e, MimeType.JSON);
114 throw getWebApplicationException(e, MimeType.JSON);
118 throw getWebApplicationException(headers, e, MimeType.JSON);
122 throw getWebApplicationException(headers, e, MimeType.JSON);
145 throw getWebApplicationException(e, MimeType.JSON);
149 throw getWebApplicationException(headers, e, MimeType.JSON);
153 throw getWebApplicationException(headers, e, MimeType.JSON);
175 throw getWebApplicationException(
[all...]

Completed in 30 milliseconds