@ControllerAdvice public class ExceptionTranslator extends Object
| Constructor and Description |
|---|
ExceptionTranslator() |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
processMessagingException(MessagingException e) |
@ExceptionHandler(value=fr.sii.ogham.core.exception.MessagingException.class) @ResponseBody @ResponseStatus(value=PRECONDITION_FAILED) public ErrorResponse processMessagingException(MessagingException e)
Copyright © 2021. All rights reserved.