Skip to content

Tag: java

get the id from an exception message spring boot

hello guys i hope you’re doing well, I’m catching an exception (DataIntegrityViolationException) where the specified id can’t be deleted because it’s still in the parent entity. I want to know if there is any way to get that specified id from the caught exception. Answer DataIntegrityV…

GuideLine problem Android Studio – ClassNotFoundException

I have problem with GuideLine, does someone know the solution? It look like the guideline is missing classes The following classes could not be found: – android.support.constraint.Guideline (Fix Build Path, Edit XML, Create Class) Logcat after button click: Guideline problem XML Code: Build Gradle: Answ…

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled. How can I solved Problem?

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled. pom.xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.6.6 kodlamaio northwind 0.0.1-SNAPSHOT northwind Demo project for Spring Boot <java.version>11</java.versio…