Uses of Class
org.oa4mp.delegation.server.OA2JSONException
-
Packages that use OA2JSONException Package Description org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.server.loader.oauth2.servlet -
-
Uses of OA2JSONException in org.oa4mp.delegation.server
Subclasses of OA2JSONException in org.oa4mp.delegation.server Modifier and Type Class Description class
OA2ATException
This is thrown by the AT servlet and is used to construct the response which must include JSON. -
Uses of OA2JSONException in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type OA2JSONException Modifier and Type Method Description protected void
OA2ExceptionHandler. handleOA2Error(OA2JSONException jsonException, javax.servlet.http.HttpServletResponse response)
-