Uses of Class
org.bremersee.exception.model.Handler
-
Packages that use Handler Package Description org.bremersee.exception.model -
-
Uses of Handler in org.bremersee.exception.model
Methods in org.bremersee.exception.model that return Handler Modifier and Type Method Description Handler
RestApiException. getHandler()
Get handler.Methods in org.bremersee.exception.model with parameters of type Handler Modifier and Type Method Description void
RestApiException. setHandler(Handler handler)
Sets handler.Constructors in org.bremersee.exception.model with parameters of type Handler Constructor Description RestApiException(String id, OffsetDateTime timestamp, String message, String errorCode, Boolean errorCodeInherited, String className, String application, String path, Handler handler, List<StackTraceItem> stackTrace, RestApiException cause)
Instantiates a new rest api exception.
-