public interface HttpExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Exception |
convertException(java.lang.Exception e)
Common exception conversion for response code.
|
default java.lang.Exception convertException(java.lang.Exception e)
e - exception from http calling.