Uses of Class
org.apache.juneau.rest.stats.ThrownStats.Builder
Packages that use ThrownStats.Builder
- 
Uses of ThrownStats.Builder in org.apache.juneau.rest.statsMethods in org.apache.juneau.rest.stats that return ThrownStats.BuilderModifier and TypeMethodDescriptionThrownStats.Builder.causedBy(ThrownStats value) Specifies the caused-by exception.static ThrownStats.BuilderStatic 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 ofThrownStatsto create when thebuild()method is called.Constructors in org.apache.juneau.rest.stats with parameters of type ThrownStats.Builder