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.
|
Modifier and Type | Field and Description |
---|---|
private RequestEvent.ExceptionCause |
RequestEventImpl.exceptionCause |
private RequestEvent.ExceptionCause |
RequestEventImpl.Builder.exceptionCause |
Modifier and Type | Method and Description |
---|---|
RequestEvent.ExceptionCause |
RequestEventImpl.getExceptionCause() |
Modifier and Type | Method and Description |
---|---|
RequestEventBuilder |
RequestEventBuilder.setException(java.lang.Throwable throwable,
RequestEvent.ExceptionCause exceptionCause)
Set exception thrown.
|
RequestEventBuilder |
EmptyRequestEventBuilder.setException(java.lang.Throwable throwable,
RequestEvent.ExceptionCause exceptionCause) |
RequestEventImpl.Builder |
RequestEventImpl.Builder.setException(java.lang.Throwable throwable,
RequestEvent.ExceptionCause exceptionCause) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
RequestEvent.ExceptionCause |
RequestEvent.getExceptionCause()
Get the
exception 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.
|