You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameter type mismatch or all the required parameters are not set
For e.g. below runtime exception is thrown when the procedure is not found:
org.springframework.dao.InvalidDataAccessApiUsageException: Unable to determine the correct call signature - no procedure/function/signature for 'book_pric' at org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider.processProcedureColumns(GenericCallMetaDataProvider.java:365) ~[spring-jdbc-6.1.2.jar:6.1.2]
InvalidDataAccessApiUsageException - we have to handle this and transform it into a ProblemDetail
The text was updated successfully, but these errors were encountered:
Exception handling for the below scenarios:
For e.g. below runtime exception is thrown when the procedure is not found:
org.springframework.dao.InvalidDataAccessApiUsageException: Unable to determine the correct call signature - no procedure/function/signature for 'book_pric' at org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider.processProcedureColumns(GenericCallMetaDataProvider.java:365) ~[spring-jdbc-6.1.2.jar:6.1.2]
InvalidDataAccessApiUsageException - we have to handle this and transform it into a ProblemDetail
The text was updated successfully, but these errors were encountered: