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