Uses of Class
com.alon.spring.crud.domain.service.exception.CrudException
-
Packages that use CrudException Package Description com.alon.spring.crud.api.exceptionhandler com.alon.spring.crud.domain.service.exception -
-
Uses of CrudException in com.alon.spring.crud.api.exceptionhandler
Methods in com.alon.spring.crud.api.exceptionhandler with parameters of type CrudException Modifier and Type Method Description org.springframework.http.ResponseEntityApiExceptionHandler. handleCrudException(CrudException ex, org.springframework.http.HttpHeaders headers, org.springframework.http.HttpStatus status, org.springframework.web.context.request.WebRequest request) -
Uses of CrudException in com.alon.spring.crud.domain.service.exception
Subclasses of CrudException in com.alon.spring.crud.domain.service.exception Modifier and Type Class Description classCreateExceptionclassDataIntegrityExceptionclassDeleteExceptionclassNotFoundExceptionclassReadExceptionclassUpdateException
-