Uses of Class
org.forgerock.json.resource.BadRequestException
-
Packages that use BadRequestException Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions. -
-
Uses of BadRequestException in org.forgerock.json.resource
Subclasses of BadRequestException in org.forgerock.json.resource Modifier and Type Class Description classCreateNotSupportedExceptionA specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from otherBadRequestExceptions.Methods in org.forgerock.json.resource that throw BadRequestException Modifier and Type Method Description ActionRequestActionRequest. setAdditionalParameter(String name, String value)CreateRequestCreateRequest. setAdditionalParameter(String name, String value)DeleteRequestDeleteRequest. setAdditionalParameter(String name, String value)PatchRequestPatchRequest. setAdditionalParameter(String name, String value)QueryRequestQueryRequest. setAdditionalParameter(String name, String value)ReadRequestReadRequest. setAdditionalParameter(String name, String value)RequestRequest. setAdditionalParameter(String name, String value)Sets an additional parameter which should be used to control the behavior of this action request.UpdateRequestUpdateRequest. setAdditionalParameter(String name, String value)static PatchOperationPatchOperation. valueOf(JsonValue json)Parses the provided JSON content as a patch operation.static List<PatchOperation>PatchOperation. valueOfList(JsonValue json)Parses the provided JSON content as a list of patch operations.
-