@Beta public class ErrorCount extends java.lang.Object implements java.io.Serializable
| Constructor and Description |
|---|
ErrorCount(java.lang.String throwableClassName,
java.lang.Long count) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCount()
The number of times the error has occurred.
|
java.lang.String |
getThrowableClassName()
Class name of the throwable that was raised.
|
@ConstructorProperties(value={"throwableClassName","count"})
public ErrorCount(java.lang.String throwableClassName,
java.lang.Long count)
public java.lang.String getThrowableClassName()
public java.lang.Long getCount()
Copyright © 2012–2020 Oracle Corporation. All rights reserved.