Uses of Class
org.springframework.data.rest.core.RepositoryConstraintViolationException
Packages that use RepositoryConstraintViolationException
-
Uses of RepositoryConstraintViolationException in org.springframework.data.rest.webmvc.support
Constructors in org.springframework.data.rest.webmvc.support with parameters of type RepositoryConstraintViolationExceptionModifierConstructorDescriptionRepositoryConstraintViolationExceptionMessage
(RepositoryConstraintViolationException exception, MessageSourceAccessor accessor) Creates a newRepositoryConstraintViolationExceptionMessage
for the givenRepositoryConstraintViolationException
andMessageSourceAccessor
.