Uses of Class
org.bremersee.exception.model.StackTraceItem
Package
Description
The package contains the model of the rest api exception.
-
Uses of StackTraceItem in org.bremersee.exception.model
ModifierConstructorDescriptionprotected
RestApiException
(String id, OffsetDateTime timestamp, Integer status, String error, String errorCode, Boolean errorCodeInherited, String message, String exception, String application, String path, Handler handler, List<StackTraceItem> stackTrace, RestApiException cause, Map<String, Object> furtherDetails) Instantiates a new rest api exception.