Uses of Enum Class
org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Package
Description
Jersey server-side internal monitoring and statistics classes.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of RequestEvent.ExceptionCause in org.glassfish.jersey.server.internal.monitoring
Modifier and TypeMethodDescriptionEmptyRequestEventBuilder.setException
(Throwable throwable, RequestEvent.ExceptionCause exceptionCause) RequestEventBuilder.setException
(Throwable throwable, RequestEvent.ExceptionCause exceptionCause) Set exception thrown.RequestEventImpl.Builder.setException
(Throwable throwable, RequestEvent.ExceptionCause exceptionCause) -
Uses of RequestEvent.ExceptionCause in org.glassfish.jersey.server.monitoring
Modifier and TypeMethodDescriptionRequestEvent.getExceptionCause()
Get theexception cause
.static RequestEvent.ExceptionCause
Returns the enum constant of this class with the specified name.static RequestEvent.ExceptionCause[]
RequestEvent.ExceptionCause.values()
Returns an array containing the constants of this enum class, in the order they are declared.