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()
ExceptionMXBeangetMostRecentException in interface ExceptionMXBeanpublic long getExceptionCount()
ExceptionMXBeangetExceptionCount in interface ExceptionMXBeanpublic Date getWhen()
ExceptionMXBeangetWhen in interface ExceptionMXBeanCopyright © 2015. All rights reserved.