Uses of Class
org.forgerock.json.resource.AdviceWarning
-
Packages that use AdviceWarning Package Description org.forgerock.json.resource 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 AdviceWarning Modifier and Type Method Description static AdviceWarning
AdviceWarning. getNotPresent(String agentName, String missingKey)
Convenience method to quickly generate frequently-used error type: 100.static AdviceWarning
AdviceWarning. newAdviceWarning(String agentName, String fmt, Object... args)
Generate a warning using the builder provided.
-