Uses of Class
org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
Packages that use RequestEvent.ExceptionCause Package Description org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.server.monitoring 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.ExceptionCause Modifier and Type Field Description private RequestEvent.ExceptionCause
RequestEventImpl.Builder. exceptionCause
private RequestEvent.ExceptionCause
RequestEventImpl. exceptionCause
Methods in org.glassfish.jersey.server.internal.monitoring that return RequestEvent.ExceptionCause Modifier and Type Method Description RequestEvent.ExceptionCause
RequestEventImpl. getExceptionCause()
Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.ExceptionCause Modifier and Type Method Description RequestEventBuilder
EmptyRequestEventBuilder. setException(java.lang.Throwable throwable, RequestEvent.ExceptionCause exceptionCause)
RequestEventBuilder
RequestEventBuilder. setException(java.lang.Throwable throwable, RequestEvent.ExceptionCause exceptionCause)
Set exception thrown.RequestEventImpl.Builder
RequestEventImpl.Builder. setException(java.lang.Throwable throwable, RequestEvent.ExceptionCause exceptionCause)
Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.ExceptionCause Constructor Description RequestEventImpl(RequestEvent.Type type, ContainerRequest containerRequest, ContainerResponse containerResponse, java.lang.Throwable throwable, ExtendedUriInfo extendedUriInfo, java.lang.Iterable<javax.ws.rs.container.ContainerResponseFilter> containerResponseFilters, java.lang.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.ExceptionCause Modifier and Type Method Description RequestEvent.ExceptionCause
RequestEvent. getExceptionCause()
Get theexception cause
.static RequestEvent.ExceptionCause
RequestEvent.ExceptionCause. valueOf(java.lang.String name)
Returns 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.
-