Class JSONException

  • All Implemented Interfaces:
    Serializable

    public class JSONException
    extends com.fasterxml.jackson.core.JsonProcessingException
    See Also:
    Serialized Form
    • Constructor Detail

      • JSONException

        public JSONException​(String msg,
                             com.fasterxml.jackson.core.JsonLocation loc,
                             Throwable rootCause)
      • JSONException

        public JSONException​(String msg)
      • JSONException

        public JSONException​(String msg,
                             com.fasterxml.jackson.core.JsonLocation loc)
      • JSONException

        public JSONException​(String msg,
                             Throwable rootCause)
      • JSONException

        public JSONException​(Throwable rootCause)