Uses of Class
com.bayudwiyansatria.spring.exception.MongoConfigurationException
Packages that use MongoConfigurationException
Package
Description
This package contains the exception handling classes for the Spring Boot Boilerplate
application.
-
Uses of MongoConfigurationException in com.bayudwiyansatria.spring.exception
Methods in com.bayudwiyansatria.spring.exception with parameters of type MongoConfigurationExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
GlobalExceptionHandler.handleMongoConnectionException
(MongoConfigurationException ex) HandlesMongoConfigurationException
and returns a 500 Internal Server Error status.