|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||