Interface ExceptionContext
-
- All Known Implementing Classes:
EmptyExceptionContext
,MutableExceptionContext
public interface ExceptionContext
A custom context for theConnectorException
.If you do not want to use provide a custom exception context - use
EmptyExceptionContext
.If you want to use a mutable exception context - use
MutableExceptionContext
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
asMap()
Returns properties of this context as a map.
-