public class ServerErrorResponseEvent extends Object implements ResponseEvent
Constructor and Description |
---|
ServerErrorResponseEvent(AlluxioStatusException alluxioStatusException)
Server error response event.
|
Modifier and Type | Method and Description |
---|---|
void |
postProcess(ResponseEventContext responseEventContext)
Do some post-processing logic for the response event.
|
public ServerErrorResponseEvent(AlluxioStatusException alluxioStatusException)
alluxioStatusException
- the alluxio status exceptionpublic void postProcess(ResponseEventContext responseEventContext)
ResponseEvent
postProcess
in interface ResponseEvent
Copyright © 2023. All Rights Reserved.