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 aServerFailure
based on the information contained in the receivedexception
.
-
Method Details
-
createServerFailure
Generates aServerFailure
based on the information contained in the receivedexception
.- Parameters:
throwable
- a Throwable instance- Returns:
- a
ServerFailure
instance - See Also:
-