Uses of Class
de.trustable.ca3s.core.service.dto.acme.problem.ProblemDetail
-
Packages that use ProblemDetail Package Description de.trustable.ca3s.core.service.dto.acme.problem de.trustable.ca3s.core.web.rest.acme.advice de.trustable.ca3s.core.web.rest.advice -
-
Uses of ProblemDetail in de.trustable.ca3s.core.service.dto.acme.problem
Methods in de.trustable.ca3s.core.service.dto.acme.problem that return ProblemDetail Modifier and Type Method Description ProblemDetailAcmeProblemException. getProblem()Constructors in de.trustable.ca3s.core.service.dto.acme.problem with parameters of type ProblemDetail Constructor Description AcmeProblemException(ProblemDetail problem) -
Uses of ProblemDetail in de.trustable.ca3s.core.web.rest.acme.advice
Methods in de.trustable.ca3s.core.web.rest.acme.advice that return types with arguments of type ProblemDetail Modifier and Type Method Description org.springframework.http.ResponseEntity<ProblemDetail>AcmeProblemAdvice. respondTo(AcmeProblemException exception) -
Uses of ProblemDetail in de.trustable.ca3s.core.web.rest.advice
Methods in de.trustable.ca3s.core.web.rest.advice that return types with arguments of type ProblemDetail Modifier and Type Method Description org.springframework.http.ResponseEntity<ProblemDetail>IntegrityExceptionAdvice. respondTo(IntegrityException exception)org.springframework.http.ResponseEntity<ProblemDetail>MessagingExceptionAdvice. respondTo(javax.mail.MessagingException exception)org.springframework.http.ResponseEntity<ProblemDetail>TenantNotFoundAdvice. respondTo(TenantNotFoundException exception)org.springframework.http.ResponseEntity<ProblemDetail>UserNotFoundAdvice. respondTo(UserNotFoundException exception)
-