Class BodyParsingException

  • All Implemented Interfaces:
    Serializable

    public class BodyParsingException
    extends TerraException
    Exception thrown internally when a non-JSON payload, or malformed JSON payload is attempted to be parsed.
    See Also:
    Serialized Form
    • Constructor Detail

      • BodyParsingException

        public BodyParsingException​(Throwable throwable)
      • BodyParsingException

        public BodyParsingException​(String text)