Uses of Enum
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
Fields in org.glassfish.jersey.server.internal.monitoring declared as RequestEvent.ExceptionCauseModifier and TypeFieldDescriptionprivate RequestEvent.ExceptionCauseRequestEventImpl.Builder.exceptionCauseprivate final RequestEvent.ExceptionCauseRequestEventImpl.exceptionCauseMethods 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) Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.ExceptionCauseModifierConstructorDescriptionprivateRequestEventImpl(RequestEvent.Type type, ContainerRequest containerRequest, ContainerResponse containerResponse, Throwable throwable, ExtendedUriInfo extendedUriInfo, Iterable<javax.ws.rs.container.ContainerResponseFilter> containerResponseFilters, Iterable<javax.ws.rs.container.ContainerRequestFilter> containerRequestFilters, javax.ws.rs.ext.ExceptionMapper<?> exceptionMapper, boolean success, boolean responseSuccessfullyMapped, RequestEvent.ExceptionCause exceptionCause, boolean responseWritten) -
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 type with the specified name.static RequestEvent.ExceptionCause[]RequestEvent.ExceptionCause.values()Returns an array containing the constants of this enum type, in the order they are declared.