Interface ExceptionHandler
- All Known Implementing Classes:
DefaultExceptionHandler
public interface ExceptionHandler
Handles an exception produced while processing a request.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateServerFailure(Throwable throwable) Generates aServerFailurebased on the information contained in the receivedexception.
-
Method Details
-
createServerFailure
Generates aServerFailurebased on the information contained in the receivedexception.- Parameters:
throwable- a Throwable instance- Returns:
- a
ServerFailureinstance - See Also:
-