Uses of Class
com.eoscode.springapitools.resource.exception.StandardError
Packages that use StandardError
-
Uses of StandardError in com.eoscode.springapitools.resource.exception
Subclasses of StandardError in com.eoscode.springapitools.resource.exceptionMethods in com.eoscode.springapitools.resource.exception that return types with arguments of type StandardErrorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.authorization(AuthorizationException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.constraintViolation(jakarta.validation.ConstraintViolationException e) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.dataIntegrityViolationException(org.springframework.dao.DataIntegrityViolationException e) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.mappingStructureValidation(MappingStructureValidationException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.methodNotAllowed(MethodNotAllowedException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.objectNotFound(EntityNotFoundException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.objectNotFound(org.springframework.security.core.AuthenticationException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.resourceMethodNotAllowed(ResourceMethodNotAllowedException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.searchException(SearchException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.validation(ValidationException e, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler.validation(org.springframework.web.bind.MethodArgumentNotValidException e, jakarta.servlet.http.HttpServletRequest request)