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
Methods in org.glassfish.jersey.server.internal.monitoring that return RequestEvent.ExceptionCause Modifier and Type Method Description RequestEvent.ExceptionCauseRequestEventImpl. getExceptionCause()Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.ExceptionCause Modifier and Type Method Description RequestEventBuilderEmptyRequestEventBuilder. setException(Throwable throwable, RequestEvent.ExceptionCause exceptionCause)RequestEventBuilderRequestEventBuilder. setException(Throwable throwable, RequestEvent.ExceptionCause exceptionCause)Set exception thrown.RequestEventImpl.BuilderRequestEventImpl.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.ExceptionCause Modifier and Type Method Description RequestEvent.ExceptionCauseRequestEvent. getExceptionCause()Get theexception cause.static RequestEvent.ExceptionCauseRequestEvent.ExceptionCause. valueOf(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.
-