Uses of Class
org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause

Packages that use RequestEvent.ExceptionCause
org.glassfish.jersey.server.internal.monitoring   
org.glassfish.jersey.server.monitoring   
 

Uses of RequestEvent.ExceptionCause in org.glassfish.jersey.server.internal.monitoring
 

Methods in org.glassfish.jersey.server.internal.monitoring that return RequestEvent.ExceptionCause
 RequestEvent.ExceptionCause RequestEventImpl.getExceptionCause()
           
 

Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.ExceptionCause
 RequestEventImpl.Builder RequestEventImpl.Builder.setException(Throwable throwable, RequestEvent.ExceptionCause exceptionCause)
           
 RequestEventBuilder RequestEventBuilder.setException(Throwable throwable, RequestEvent.ExceptionCause exceptionCause)
          Set exception thrown.
 RequestEventBuilder EmptyRequestEventBuilder.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
 RequestEvent.ExceptionCause RequestEvent.getExceptionCause()
          Get the exception cause.
static RequestEvent.ExceptionCause RequestEvent.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.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.