Uses of Class
org.forgerock.json.resource.AdviceWarning
Packages that use AdviceWarning
Package
Description
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
-
Uses of AdviceWarning in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return AdviceWarningModifier and TypeMethodDescriptionstatic AdviceWarningAdviceWarning.getNotPresent(String agentName, String missingKey) Convenience method to quickly generate frequently-used error type: 100.static AdviceWarningAdviceWarning.newAdviceWarning(String agentName, String fmt, Object... args) Generate a warning using the builder provided.