@Beta public class ErrorCount extends Object implements Serializable
Constructor and Description |
---|
ErrorCount(String throwableClassName,
Long count) |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
The number of times the error has occurred.
|
String |
getThrowableClassName()
Class name of the throwable that was raised.
|
@ConstructorProperties(value={"throwableClassName","count"}) public ErrorCount(String throwableClassName, Long count)
public String getThrowableClassName()
public Long getCount()
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.