Searched defs:handleError (Results 1 - 25 of 64) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/errors/
H A DExceptionMappingHandler.java40 R handleError(Context context, String debug, Request request, E error); method in interface:ExceptionMappingHandler
50 R handleError(String debug, Request request, E error); method in interface:ExceptionMappingHandler
60 R handleError(Context context, Request request, E error); method in interface:ExceptionMappingHandler
69 R handleError(Request request, E error); method in interface:ExceptionMappingHandler
77 R handleError(E error); method in interface:ExceptionMappingHandler
H A DIdentityServicesExceptionMappingHandler.java30 public IdServicesException handleError(Context context, String debug, Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
31 return handleError(error);
35 public IdServicesException handleError(String debug, Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
36 return handleError(error);
40 public IdServicesException handleError(Context context, Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
41 return handleError(error);
45 public IdServicesException handleError(Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
46 return handleError(error);
50 public IdServicesException handleError(IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
H A DIdentityResourceExceptionMappingHandler.java43 public ResourceException handleError(Context context, String debug, Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
44 return handleError(error);
48 public ResourceException handleError(String debug, Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
49 return handleError(error);
53 public ResourceException handleError(Context context, Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
54 return handleError(error);
58 public ResourceException handleError(Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
59 return handleError(error);
63 public ResourceException handleError(IdRepoException idRepoException) { method in class:IdentityResourceExceptionMappingHandler
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/errors/
H A DExceptionMappingHandler.java40 R handleError(Context context, String debug, Request request, E error); method in interface:ExceptionMappingHandler
50 R handleError(String debug, Request request, E error); method in interface:ExceptionMappingHandler
60 R handleError(Context context, Request request, E error); method in interface:ExceptionMappingHandler
69 R handleError(Request request, E error); method in interface:ExceptionMappingHandler
77 R handleError(E error); method in interface:ExceptionMappingHandler
H A DIdentityServicesExceptionMappingHandler.java30 public IdServicesException handleError(Context context, String debug, Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
31 return handleError(error);
35 public IdServicesException handleError(String debug, Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
36 return handleError(error);
40 public IdServicesException handleError(Context context, Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
41 return handleError(error);
45 public IdServicesException handleError(Request request, IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
46 return handleError(error);
50 public IdServicesException handleError(IdRepoException error) { method in class:IdentityServicesExceptionMappingHandler
H A DIdentityResourceExceptionMappingHandler.java43 public ResourceException handleError(Context context, String debug, Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
44 return handleError(error);
48 public ResourceException handleError(String debug, Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
49 return handleError(error);
53 public ResourceException handleError(Context context, Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
54 return handleError(error);
58 public ResourceException handleError(Request request, IdRepoException error) { method in class:IdentityResourceExceptionMappingHandler
59 return handleError(error);
63 public ResourceException handleError(IdRepoException idRepoException) { method in class:IdentityResourceExceptionMappingHandler
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java46 public ResourceException handleError(Context context, String debug, Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
52 public ResourceException handleError(String debug, Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
53 return handleError(error);
57 public ResourceException handleError(Context context, Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
63 public ResourceException handleError(Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
64 return handleError(error);
68 public ResourceException handleError(ScriptException error) { method in class:ScriptExceptionMappingHandler
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/
H A DScriptExceptionMappingHandler.java48 public ResourceException handleError(Context context, String debug, Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
54 public ResourceException handleError(String debug, Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
55 return handleError(error);
59 public ResourceException handleError(Context context, Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
65 public ResourceException handleError(Request request, ScriptException error) { method in class:ScriptExceptionMappingHandler
66 return handleError(error);
70 public ResourceException handleError(ScriptException error) { method in class:ScriptExceptionMappingHandler
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DEntitlementsExceptionMappingHandler.java119 public ResourceException handleError(Context context, Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
120 return handleError(context, null, request, error);
136 public ResourceException handleError(Context context, String msg, Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
173 public ResourceException handleError(String msg, Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
174 return handleError(null, msg, request, error);
209 public ResourceException handleError(Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
210 return handleError(null, null, request, error);
214 public ResourceException handleError(EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
215 return handleError(null, error);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DEntitlementsExceptionMappingHandler.java127 public ResourceException handleError(Context context, Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
128 return handleError(context, null, request, error);
144 public ResourceException handleError(Context context, String msg, Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
191 public ResourceException handleError(String msg, Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
192 return handleError(null, msg, request, error);
227 public ResourceException handleError(Request request, EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
228 return handleError(null, null, request, error);
232 public ResourceException handleError(EntitlementException error) { method in class:EntitlementsExceptionMappingHandler
233 return handleError(null, error);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLContext.java318 handleError(msg);
362 handleError(msg);
405 handleError(msg);
438 handleError(msg);
587 handleError(msg);
947 private void handleError(final Message msg) method in class:SASLContext
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLContext.java317 handleError(msg);
361 handleError(msg);
404 handleError(msg);
437 handleError(msg);
589 handleError(msg);
947 private void handleError(final Message msg) method in class:SASLContext
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLContext.java318 handleError(msg);
362 handleError(msg);
405 handleError(msg);
438 handleError(msg);
587 handleError(msg);
947 private void handleError(final Message msg) method in class:SASLContext
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java318 handleError(msg);
362 handleError(msg);
405 handleError(msg);
438 handleError(msg);
587 handleError(msg);
947 private void handleError(final Message msg) method in class:SASLContext
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java317 handleError(msg);
361 handleError(msg);
404 handleError(msg);
437 handleError(msg);
589 handleError(msg);
947 private void handleError(final Message msg) method in class:SASLContext
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java291 handleError("invalid method name: " + attrs.get(METHOD));
296 handleError("invalid entity Name: " + attrs.get(ENTITY_NAME));
369 handleError("invalid method name: " + method);
383 static void handleError(String msg) throws Exception { method in class:EventListener
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java320 handleError("invalid method name: " + method);
330 static void handleError(String msg) throws Exception { method in class:IdRemoteEventListener
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLContext.java305 handleError(msg);
346 handleError(msg);
386 handleError(msg);
416 handleError(msg);
559 handleError(msg);
889 private void handleError(final LocalizableMessage msg) method in class:SASLContext
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java293 handleError("invalid method name: " + attrs.get(METHOD));
298 handleError("invalid entity Name: " + attrs.get(ENTITY_NAME));
371 handleError("invalid method name: " + method);
385 static void handleError(String msg) throws Exception { method in class:EventListener
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java322 handleError("invalid method name: " + method);
332 static void handleError(String msg) throws Exception { method in class:IdRemoteEventListener
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj-b2.6/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...

Completed in 227 milliseconds

123