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
Copyright © 2003-2012 The Apache Software Foundation.