Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Monitoring: JAX-RS Application: Monitoring: Exception Statistics

Configuration Options     Related Tasks     Related Topics

Use this page to monitor the exception mapper executions associated with the JAX-RS application.

Configuration Options

Name Description
Successful Exception Mappings Count

Total of all successful exception mappings. Successful exception mapping occurs when any exception mapper returns a valid response (even if the response contains a non-successful response status code).

MBean Attribute:
JaxRsExceptionMapperStatisticsRuntimeMBean.SuccessfulMappings

Unsuccessful Exception Mappings Count

Total of all unsuccessful exception mappings. Unsuccessful exception mapping occurs when any exception mapping process does not produce a valid response because the exception mapper is not found, or is found but throws an exception.

MBean Attribute:
JaxRsExceptionMapperStatisticsRuntimeMBean.UnsuccessfulMappings

Total Exception Mappings Count

Total of all exceptions that were mapped in the runtime.

MBean Attribute:
JaxRsExceptionMapperStatisticsRuntimeMBean.TotalMappings

Mapper

The string representing the FQCN (Fully Qualified Class Name) of the exception mapper.

MBean Attribute:
JaxRsExceptionMapperStatisticsRuntimeMBean.ExceptionMapperCount

Count

Number of executions of the exception mappers.

MBean Attribute:
JaxRsExceptionMapperStatisticsRuntimeMBean.ExceptionMapperCount

Related Tasks

Related Topics


Back to Top