Uses of Class
org.apache.juneau.rest.stats.ThrownStats.Builder
Packages that use ThrownStats.Builder
-
Uses of ThrownStats.Builder in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats that return ThrownStats.BuilderModifier and TypeMethodDescriptionThrownStats.Builder.causedBy
(ThrownStats value) Specifies the caused-by exception.static ThrownStats.Builder
Static creator.ThrownStats.Builder.hash
(long value) Specifies the calculated hash.ThrownStats.Builder.stackTrace
(List<String> value) Specifies the normalized stacktrace.Specifies the thrown exception.ThrownStats.Builder.type
(Class<? extends ThrownStats> value) Specifies a subclass ofThrownStats
to create when thebuild()
method is called.Constructors in org.apache.juneau.rest.stats with parameters of type ThrownStats.Builder