public class RequestFailedEvent extends BaseRequestEvent implements RequestEvent
| Constructor and Description |
|---|
RequestFailedEvent(Request request,
Response response,
ValidationException e)
Create a new request failed event
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getValidationException()
get the validation exception provided on construction
|
getRequest, getResponse, getSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequest, getResponse, getSessionpublic RequestFailedEvent(Request request, Response response, ValidationException e)
request - The request that failedresponse - The response from processing the failed requeste - The validation failureCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.