net.vz.mongodb.jackson
Class MongoJsonMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.mongodb.MongoException
                  extended by net.vz.mongodb.jackson.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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.mongodb.MongoException
com.mongodb.MongoException.CursorNotFound, com.mongodb.MongoException.DuplicateKey, com.mongodb.MongoException.Network
 
Constructor Summary
MongoJsonMappingException(org.codehaus.jackson.map.JsonMappingException e)
           
MongoJsonMappingException(String msg)
           
MongoJsonMappingException(String msg, org.codehaus.jackson.map.JsonMappingException e)
           
 
Method Summary
 
Methods inherited from class com.mongodb.MongoException
getCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MongoJsonMappingException

public MongoJsonMappingException(String msg)

MongoJsonMappingException

public MongoJsonMappingException(org.codehaus.jackson.map.JsonMappingException e)

MongoJsonMappingException

public MongoJsonMappingException(String msg,
                                 org.codehaus.jackson.map.JsonMappingException e)


Copyright © 2011-2012 VZ Netzwerke. All Rights Reserved.