public interface ExceptionMXBean
Modifier and Type | Field and Description |
---|---|
static String |
LABEL |
static String |
UNITS |
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.
|
Date |
getWhen()
Get the date of the most recently thrown exception.
|
static final String LABEL
static final String UNITS
String getMostRecentException()
long getExceptionCount()
Date getWhen()
Copyright © 2015. All rights reserved.