Example usage for org.springframework.data.mongodb.core MongoExceptionTranslator MongoExceptionTranslator

List of usage examples for org.springframework.data.mongodb.core MongoExceptionTranslator MongoExceptionTranslator

Introduction

In this page you can find the example usage for org.springframework.data.mongodb.core MongoExceptionTranslator MongoExceptionTranslator.

Prototype

MongoExceptionTranslator

Source Link

Usage

From source file:com.hantsylabs.example.spring.config.MongoConfig.java

@Bean
public MongoExceptionTranslator exceptionTranslator() {
    return new MongoExceptionTranslator();
}