ServerExceptionHandler.handle

Handles an HTTP request associated with an exception.

interface ServerExceptionHandler
void
handle
(,
Exception e
)

Parameters

ctx HttpRequestContext

The request context.

e Exception

The exception that was thrown.