Class TdsErrorHandling

java.lang.Object
thredds.server.TdsErrorHandling
All Implemented Interfaces:
org.springframework.web.servlet.HandlerExceptionResolver

@Configuration @ControllerAdvice public class TdsErrorHandling extends Object implements org.springframework.web.servlet.HandlerExceptionResolver
Global Exception handling ServiceNotAllowed FORBIDDEN FileNotFoundException NOT_FOUND IOException INTERNAL_SERVER_ERROR UnsupportedOperationException UNPROCESSABLE_ENTITY IllegalArgumentException BAD_REQUEST BindException BAD_REQUEST Throwable INTERNAL_SERVER_ERROR
Since:
4/15/2015
See Also:
  • "https://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc"