Package org.mongojack

Class MongoJsonMappingException

  • All Implemented Interfaces:
    Serializable

    public class MongoJsonMappingException
    extends com.mongodb.MongoException
    Exception used to indicate a problem occurred when converting the MongoDB objects to Jackson
    Since:
    1.0
    Author:
    James Roper
    See Also:
    Serialized Form
    • Constructor Detail

      • MongoJsonMappingException

        public MongoJsonMappingException​(String msg)
      • MongoJsonMappingException

        public MongoJsonMappingException​(com.fasterxml.jackson.databind.JsonMappingException e)
      • MongoJsonMappingException

        public MongoJsonMappingException​(String msg,
                                         com.fasterxml.jackson.databind.JsonMappingException e)
      • MongoJsonMappingException

        public MongoJsonMappingException​(String msg,
                                         IOException e)