public interface ExceptionHandler
DefaultExceptionHandler
Modifier and Type | Method and Description |
---|---|
ServerFailure |
createServerFailure(java.lang.Throwable throwable)
Generates a
ServerFailure based on the information contained in the
received exception . |
ServerFailure createServerFailure(java.lang.Throwable throwable)
ServerFailure
based on the information contained in the
received exception
.throwable
- a Throwable instanceServerFailure
instanceDefaultExceptionHandler