Package org.teiid.spring.odata
Class SimpleErrorController
- java.lang.Object
-
- org.teiid.spring.odata.SimpleErrorController
-
@RestController public class SimpleErrorController extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleErrorController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
service
@RequestMapping("**") public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
- Throws:
IOException
-
-