com.fasterxml.jackson.databind.deser

Class UnresolvedForwardReference

  • All Implemented Interfaces:
    Serializable


    public 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(com.fasterxml.jackson.core.JsonParser p,
                                          String msg,
                                          com.fasterxml.jackson.core.JsonLocation loc,
                                          ReadableObjectId roid)
        Since:
        2.7
      • UnresolvedForwardReference

        public UnresolvedForwardReference(com.fasterxml.jackson.core.JsonParser p,
                                          String msg)
        Since:
        2.7
      • UnresolvedForwardReference

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

        @Deprecated
        public UnresolvedForwardReference(String msg)
        Deprecated. Since 2.7

Copyright © 2008–2020 FasterXML. All rights reserved.