Class AcmeProblemAdvice
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.acme.advice.AcmeProblemAdvice
-
@ControllerAdvice @Immutable public final class AcmeProblemAdvice extends Object
Handle the restification of ACME exception centrally- Author:
- kuehn
-
-
Constructor Summary
Constructors Constructor Description AcmeProblemAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<ProblemDetail>respondTo(AcmeProblemException exception)
-
-
-
Method Detail
-
respondTo
@ExceptionHandler(AcmeProblemException.class) public org.springframework.http.ResponseEntity<ProblemDetail> respondTo(AcmeProblemException exception)
-
-