Package org.mongojack
Class MongoJsonMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mongodb.MongoException
-
- org.mongojack.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 Summary
Constructors Constructor Description MongoJsonMappingException(com.fasterxml.jackson.databind.JsonMappingException e)
MongoJsonMappingException(String msg)
MongoJsonMappingException(String msg, com.fasterxml.jackson.databind.JsonMappingException e)
MongoJsonMappingException(String msg, IOException e)
-
Method Summary
-
Methods inherited from class com.mongodb.MongoException
addLabel, addLabels, addLabels, fromThrowable, fromThrowableNonNull, getCode, getErrorLabels, hasErrorLabel, removeLabel
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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)
-
-