public interface RequestExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
handleRequestException(Throwable exception)
Reponsible for handling the error in some way and providing some response to the client.
|
void handleRequestException(Throwable exception) throws IOException
exception
- uncaught exception to be reportedIOException
${project.version} - Copyright © 2003-2014 The Apache Software Foundation.