Uses of Enum
org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Packages that use RequestEvent.ExceptionCause
Package
Description
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of RequestEvent.ExceptionCause in org.glassfish.jersey.server.monitoring
Subclasses with type arguments of type RequestEvent.ExceptionCause in org.glassfish.jersey.server.monitoringModifier and TypeClassDescriptionstatic enumDescribes the origin of the exception.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.