Class ProfileExceptionAdvisor


  • @ControllerAdvice
    public class ProfileExceptionAdvisor
    extends Object
    • Constructor Detail

      • ProfileExceptionAdvisor

        public ProfileExceptionAdvisor()
    • Method Detail

      • handleAspspProfileConfigurationNotFoundException

        @ExceptionHandler(de.adorsys.psd2.aspsp.profile.exception.AspspProfileConfigurationNotFoundException.class)
        public org.springframework.http.ResponseEntity<ErrorMessage> handleAspspProfileConfigurationNotFoundException​(Exception ex)
      • handleInstanceIdIsMandatoryHeaderException

        @ExceptionHandler(de.adorsys.psd2.aspsp.profile.exception.InstanceIdIsMandatoryHeaderException.class)
        public org.springframework.http.ResponseEntity<ErrorMessage> handleInstanceIdIsMandatoryHeaderException​(Exception ex)