public class ExceptionMXBeanImp extends Object implements ExceptionMXBean
LABEL, UNITS
Constructor and Description |
---|
ExceptionMXBeanImp() |
Modifier and Type | Method and Description |
---|---|
long |
getExceptionCount()
Get the total count of exceptions thrown.
|
String |
getMostRecentException()
Get the stacktrace in string format of the most recently thrown exception.
|
static ObjectName |
getObjectName() |
Date |
getWhen()
Get the date of the most recently thrown exception.
|
public static ObjectName getObjectName()
public String getMostRecentException()
ExceptionMXBean
getMostRecentException
in interface ExceptionMXBean
public long getExceptionCount()
ExceptionMXBean
getExceptionCount
in interface ExceptionMXBean
public Date getWhen()
ExceptionMXBean
getWhen
in interface ExceptionMXBean
Copyright © 2015. All rights reserved.