Uses of Class
org.bremersee.exception.model.Handler
-
Packages that use Handler Package Description org.bremersee.exception.model 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 Handler 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.
-