- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@ControllerAdvice(value="org.finra.herd.rest")
public class HerdRestControllerAdvice
extends HerdErrorInformationExceptionHandler
implements org.springframework.beans.factory.InitializingBean
A general REST controller advice that can be used to handle REST controller exceptions. All the core functionality is in the base class. This class is needed
to define the functionality as a controller advice that is only used within the "REST" code.