Uses of Enum Class
org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Packages that use 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
Methods in org.glassfish.jersey.server.internal.monitoring that return RequestEvent.ExceptionCauseMethods in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.ExceptionCauseModifier 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
Methods in org.glassfish.jersey.server.monitoring that return RequestEvent.ExceptionCauseModifier and TypeMethodDescriptionRequestEvent.getExceptionCause()Get theexception cause.static RequestEvent.ExceptionCauseReturns 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.