Class SymmetricErrorController

java.lang.Object
org.jumpmind.symmetric.SymmetricErrorController
All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController

@RestController public class SymmetricErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
  • Constructor Details

    • SymmetricErrorController

      public SymmetricErrorController()
  • Method Details

    • error

      @RequestMapping("/error") public String error(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)