com.fasterxml.jackson.databind.deser

Class UnresolvedForwardReference

  • All Implemented Interfaces:
    Serializable


    public final class UnresolvedForwardReference
    extends JsonMappingException
    Exception thrown during deserialization when there are object id that can't be resolved.
    Author:
    pgelinas
    See Also:
    Serialized Form
    • Constructor Detail

      • UnresolvedForwardReference

        public UnresolvedForwardReference(String msg,
                                  com.fasterxml.jackson.core.JsonLocation loc,
                                  ReadableObjectId roid)
      • UnresolvedForwardReference

        public UnresolvedForwardReference(String msg)

Copyright © 2014 FasterXML. All Rights Reserved.