Uses of Class
org.bremersee.exception.model.StackTraceItem
-
Packages that use StackTraceItem Package Description org.bremersee.exception.model The package contains the model of the rest api exception. -
-
Uses of StackTraceItem in org.bremersee.exception.model
Constructor parameters in org.bremersee.exception.model with type arguments of type StackTraceItem Constructor Description 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.
-