Class ErrorCount

java.lang.Object
org.glassfish.tyrus.ext.monitoring.jmx.ErrorCount
All Implemented Interfaces:
Serializable

@Beta public class ErrorCount extends Object implements Serializable
A pair of error class name and number of times the error occurred.
Author:
Petr Janouch
See Also:
  • Constructor Details

  • Method Details

    • getThrowableClassName

      public String getThrowableClassName()
      Class name of the throwable that was raised.
      Returns:
      class name of the throwable that was raised.
    • getCount

      public Long getCount()
      The number of times the error has occurred.
      Returns:
      the number of times the error has occurred.