Package org.bremersee.exception
Interface RestApiExceptionAware
-
public interface RestApiExceptionAwareMarker interface to get theRestApiExceptionmodel.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestApiExceptiongetRestApiException()Gets rest api exception.
-
-
-
Method Detail
-
getRestApiException
RestApiException getRestApiException()
Gets rest api exception.- Returns:
- the rest api exception or
null
-
-