Class ServiceExceptionMapper


  • @ControllerAdvice
    public class ServiceExceptionMapper
    extends Object
    • Constructor Detail

      • ServiceExceptionMapper

        public ServiceExceptionMapper()
    • Method Detail

      • serviceException

        @ExceptionHandler
        public org.springframework.http.ResponseEntity serviceException​(NotFoundServiceException exception)
      • serviceException

        @ExceptionHandler
        public org.springframework.http.ResponseEntity serviceException​(AccessDeniedServiceException exception)
      • serviceException

        @ExceptionHandler
        public org.springframework.http.ResponseEntity serviceException​(ServiceDownServiceException exception)
      • serviceException

        @ExceptionHandler
        public org.springframework.http.ResponseEntity serviceException​(InvalidCallServiceException exception)